<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

i,
em {
  font-weight: normal;
  font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "eleganthandtwo-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ELEGANTHANDTWO-REGULAR.TTF");
}
/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; } */
html body {
  margin: 0px auto;
  /* max-width: 1920px; */
  min-width: 320px;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
  background-color: #fff;
}

/* 单行文本溢出隐藏 */
/* 多行文本溢出隐藏 */
/* flex 布局 */
.class1 {
  border: 1px solid #ddd;
}

.wrap {
  width: 1600px;
  margin: 0 auto;
}


.header-box {
  transition-duration: .3s;
}

.header {
  /* height: 120px; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all .3s;
  border-bottom: 1px solid #4d4d4d;
}

.header .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  position: relative;
  width: 100%;
  /* padding-right: -150px; */
  /* margin-right: -140px; */
}

.hd-logo {
  padding: 28px 0;
  margin-left: 6.5%;
}
.hd-logo .ico2 {
  display: none;
}

.hd-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* height: 80px; */
}
.hd-nav a {
  font-size: 16px;
  line-height: 1;
  color: #b9b9b9;
  margin: 0 22px;
  display: block;
  transition: all .3s;
  position: relative;
  text-align: center;
}
.hd-nav a:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -41px;
  opacity: 0;
}
.hd-nav a h3 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  padding-top: 34px;
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}
.hd-nav a h5 {
  font-size: 14px;
  line-height: 1;
  color: #dab492;
  position: relative;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.hd-nav a:hover {
  color: #fff;
}
.hd-nav a:hover h5 {
  font-size: 14px;
  line-height: 1;
  color: #dab492;
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.hd-nav a:hover h3 {
  top: -25px;
  opacity: 0;
  visibility: hidden;
}
.hd-nav .on a {
  color: #fff;
}
.hd-nav .on a:after {
  opacity: 1;
}
.hd-nav .on a h5 {
  font-size: 14px;
  line-height: 1;
  color: #dab492;
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.hd-nav .on a h3 {
  top: -25px;
  opacity: 0;
  visibility: hidden;
}

.hd-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-right: 6.5%;
}
.hd-btn .shop-btn {
  width: 130px;
  height: 37px;
  border: 1px solid #666666;
  border-radius: 37px;
  padding-left: 45px;
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  background: url(../img/shop-ico01.png) no-repeat left 18px center;
}
.hd-btn .vx-btn {
  width: 38px;
  height: 37px;
  border: 1px solid #666666;
  border-radius: 37px;
  background: url(../img/weixin-ico01.png) no-repeat center;
  margin-left: 10px;
}
.hd-btn .vx-btn img {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.hd-btn .vx-btn:hover img {
  opacity: 1;
  visibility: visible;
}
.hd-btn .tel-btn {
  background: url(../img/index-tel01.png) no-repeat center;
  margin-left: 40px;
  padding-left: 50px;
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  font-weight: bold;
  font-family: 思源宋体, 思源黑体, Arial, Helvetica, sans-serif;
  background-position: left center;
}
.hd-btn .search-btn {
  width: 30px;
  height: 30px;
  background: url(../img/index-search001.png) no-repeat center;
}
.hd-btn .search-btn:hover {
  opacity: .7;
}

.header-box.active .header, body.page .header, .page-header .header{
  border-bottom: transparent;
  background-color: #fff;
  box-shadow: 0px 2px 2px #ddd;
}
.header-box.active .hd-logo .ico2, body.page .hd-logo .ico2, .page-header .hd-logo .ico2 {
  display: block;
}
.header-box.active .hd-logo .ico1, body.page .hd-logo .ico1, .page-header .hd-logo .ico1 {
  display: none;
}
.header-box.active .hd-nav a, body.page .hd-nav a, .page-header .hd-nav a {
  color: #343434;
}
.header-box.active .hd-nav a::after, body.page .hd-nav a::after, .page-header  .hd-nav a::after{
  background-color: #434343;
}
.header-box.active .hd-btn .search-btn, body.page .hd-btn .search-btn, .page-header .hd-btn .search-btn {
  background-image: url(../img/index-search002.png);
}
.header-box.active .hd-btn .tel-btn, body.page .hd-btn .tel-btn, .page-header  .hd-btn .tel-btn {
  color: #005bac;
}

.pages .hd-logo .img2 {
  display: block;
}
.pages .hd-logo .img1 {
  display: none;
}
.pages .hd-nav {
  top: 0;
}
.pages .hd-btn {
  top: 0;
}
.pages .header-box {
  height: 80px;
}
.pages .header {
  background-color: #005bac;
}

.m_search {
  display: none;
}

.m-nav {
  display: none;
}

.banner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.banner .swiper-pagination {
  bottom: 140px;
  color: #fff;
  /* letter-spacing: 1px; */
  text-align: left;
  left: 6%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 75px;
  height: 5px;
  display: inline-block;
  border-radius: initial;
  background: transparent;
  opacity: 1;
  margin: 0;
  margin-right: 10px;
  position: relative;
  background-color: #646464;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005bac;
}

.banner .mobile {
  display: none;
}

.banner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com-more1 {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 18px 57px 18px 50px;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../img/more-bg01.png) no-repeat;
  background-size: 100% 100%;
  transition-duration: .3s;
}
.com-more1:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px #999;
  color: #fff;
}

.com-more2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.store .store-swiper {
  margin-top: 60px;
}
.store .store-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.store .store-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 31.25%;
}
.store .store-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.store .store-swiper .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.store .store-swiper .swiper-slide .txt h3 {
  font-size: 35px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 12%;
}
.store .store-swiper .swiper-slide .txt h5 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
.store .store-swiper .swiper-slide .txt p {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.store .store-swiper .swiper-slide:hover .txt {
  opacity: 1;
  visibility: visible;
}
.store .store-swiper .swiper-button-prev {
  width: 127px;
  height: 20px;
  background: url(../img/left-ico03.png) no-repeat center;
  background-size: contain;
  left: 35px;
  opacity: 0;
  z-index: 9;
}
.store .store-swiper .swiper-button-next {
  width: 127px;
  height: 20px;
  background: url(../img/left-ico03.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  right: 35px;
  opacity: 0;
  z-index: 9;
}
.store .store-swiper:hover .swiper-button-prev {
  opacity: 1;
}
.store .store-swiper:hover .swiper-button-next {
  opacity: 1;
}

.contact .form {
  margin-top: 75px;
}
.contact .form li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.contact .form li:last-child {
  margin-bottom: 80px;
}
.contact .form li label {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  white-space: pre-wrap;
  cursor: pointer;
}
.contact .form li:not(:nth-child(n + 4)) input {
  width: 650px;
  height: 47px;
  border: 1px solid #000000;
  padding: 0 13px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
.contact .form li #radio1 {
  margin-right: 90px;
}
.contact .form li:nth-child(4) input {
  cursor: pointer;
}
.contact .form li .sub {
  width: 320px;
  height: 60px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  transition-duration: .3s;
}
.contact .form li .sub:hover {
  background-color: #000;
  color: #fff;
}

.formError {
  max-width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10001;
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all;
  box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9);
}

.formError.active {
  opacity: 1;
}

.formError h6 {
  font-size: 16px;
  color: #434144;
}

.online {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.online .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 850px;
  width: 96%;
  padding: 30px;
  background-color: #fff;
}

.online .main .tit {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.online .main .tit h3 {
  text-align: center;
  font-size: 24px;
  color: #434144;
  font-weight: bold;
}

.online .main .tit span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-top: 5px;
  text-align: center;
  font-family: "Arial";
  color: #787878;
  font-weight: bold;
}

.online .main .tit span b {
  color: #005bac;
}

.online .main .tit span:before {
  content: '';
  opacity: 1;
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #434144;
}

.online .main .tit span:after {
  content: '';
  opacity: 1;
  display: block;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #434144;
}

.online .main form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset;
}

.online .main form figure {
  display: block;
  width: 45%;
  position: relative;
  padding: 20% 0;
}

.online .main form figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.online .main form ul {
  width: 52%;
}

.online .main form ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  height: 40px;
}

.online .main form ul li + li {
  margin-top: 15px;
}

.online .main form ul li .ind {
  width: 48%;
  height: 100%;
  border: 1px solid #bebebe;
  padding: 0 10px;
  background-color: transparent;
  color: #979797;
  font-size: 14px;
  transition: .2s all;
}

.online .main form ul li .ind.active {
  box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind:hover {
  box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind::-webkit-input-placeholder {
  color: #979797;
  font-size: 14px;
}

.online .main form ul li select {
  background: url(../img/ico-002.png) #fff 95% center no-repeat;
}

.online .main form ul li.phone input {
  width: 100%;
}

.online .main form ul li.textarea {
  height: 180px;
}

.online .main form ul li.textarea textarea {
  width: 100%;
  padding: 10px;
}

.online .main form ul li button {
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #005bac;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent;
}

.online .main form ul li button:hover {
  background-color: transparent;
  border-color: #999;
  border-radius: 5px;
  color: #666;
}

.online .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/close.png) no-repeat center center #005bac;
  background-size: 60%;
  cursor: pointer;
}

.slide-nav {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 98;
}

.slide-nav .item {
  margin: 10px 0;
  width: 55px;
  height: 55px;
  border: 1px solid #bebebe;
  background-color: #fff;
  position: relative;
  transition: .4s all;
  border-radius: 100%;
}

.slide-nav .item:hover {
  background-color: #005bac;
}

.slide-nav .item:hover .icon {
  background-position: center bottom;
}

.slide-nav .item:hover h4 {
  color: #fff;
}

.slide-nav .goTop {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  margin-top: 60px;
}

.slide-nav .goTop.active {
  opacity: 1;
  visibility: visible;
}

.slide-nav .icon {
  margin: 10px auto 3px;
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 35px auto;
}

.slide-nav h4 {
  font-size: 12px;
  color: #4e4e4e;
  font-weight: 400;
  text-align: center;
}

.slide-nav .mask {
  margin-top: -1px;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slide-nav .tel {
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #4e4e4e;
  border: 1px solid #999;
  background-color: #fff;
}

.slide-nav .qr {
  margin-right: 2px;
  width: 140px;
  height: 140px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.slide-nav .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-nav .item:hover {
  border-color: #005bac;
}

.slide-nav .item:hover .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.m_search {
  width: 100%;
  background-color: #434144;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 101;
  overflow-y: scroll !important;
  display: none;
}

.m_search figure {
  width: 100%;
  height: 100%;
}

.m_search .title,
.m_search figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_search .title {
  margin: 0 auto;
}

.m_search .title img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.m_search .title h3 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  line-height: 36px;
}

.m_search .main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m_search .main {
  width: 100%;
  padding: 6% 15% 0;
}

.m_search .search_close {
  margin: 6% auto 0;
  cursor: pointer;
}

.m_search .search_close span {
  margin: 0 auto;
  width: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}

.m_search .search_close span,
.m_search .search_close span::before {
  display: block;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.m_search .main .m_header_submit {
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  background-color: #fff;
  color: #434144;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.m_search .search_close h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30%;
}

.m_search .search_close span::before {
  content: "";
  opacity: 1;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.m_search .main input {
  border: none;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 24px;
  color: #cfcfcf;
  background-color: transparent;
}

.menu-btn {
  display: none;
}

.search_btn {
  display: none;
}

/* 产品详情 */
.m-serve {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-serve .tit {
  text-align: center;
  padding: 24px 0 45px;
  background-color: #2b3b78;
}

.m-serve .tit h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: bold;
}

.m-serve .tit p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: none;
}

.m-serve .form {
  margin: -26px 20px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 19px 15px 19px;
  border: 1px solid #f0f0f0;
}

.m-serve .form .item {
  margin-bottom: 15px;
  overflow: hidden;
}

.m-serve .form .item .inp, .m-serve .form select {
  border: 1px solid #e2e2e2;
  padding: 0 20px 0 13px;
  font-size: 12px;
  color: #828282;
  line-height: 35px;
  height: 35px;
  display: block;
  width: 100%;
  border-radius: 3px;
}

.m-serve .form select {
  background: url(../img/qwy-i5.png) center right 11px no-repeat;
}

.m-serve .form .sub {
  line-height: 30px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #2b3b78;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent;
}

.m-serve .form .sub:hover {
  border-radius: 3px;
  color: #2b3b78;
  background-color: transparent;
  border-color: #2b3b78;
}

.ul-form {
  overflow: hidden;
  margin: 0 -4px;
}

.ul-form li {
  float: left;
  width: 50%;
  margin-top: 12px;
  padding: 0 4px;
}

.g-box {
  padding: 23px 20px 5px;
  background-color: #fff;
  margin-bottom: 30px;
}

.g-tit1 {
  overflow: hidden;
  margin-bottom: 20px;
}

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../img/qwy-i6.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400;
}

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px;
  transition: all .3s;
}

.g-tit1 a:hover {
  color: #2b3b78;
}

.m-list2 {
  padding-bottom: 10px;
}

.m-list2 li a {
  display: block;
  font-size: 14px;
  color: #838282;
  line-height: 24px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 6px;
  transition: all .3s;
}

.m-list2 li a:hover {
  color: #2b3b78;
}

.m-list2 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #838282;
  margin-top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-list1 {
  height: auto;
  overflow: hidden;
}

.m-list1 li {
  width: 50%;
  float: left;
}

.crumbs nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.crumbs nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 0 40px;
}

.crumbs nav ul li:first-child {
  margin-right: 15px;
}

.crumbs nav ul li {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}

.crumbs nav ul li a {
  font-size: 14px;
  color: #565656;
  transition: .4s all;
}

.crumbs nav ul li a:hover {
  color: #333333;
}

.crumbs li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.crumbs li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: contain;
}

.crumbs .tit {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.crumbs .tit a {
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #828282;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

.crumbs .tit a::after {
  content: '';
  display: block;
  width: calc(100% + 18px);
  height: 30px;
  background-color: #005bac;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  z-index: -1;
  border-radius: 5px;
}

.crumbs .tit a.on,
.crumbs .tit a:hover {
  color: #fff;
}

.crumbs .tit a.on::after,
.crumbs .tit a:hover::after {
  opacity: 1;
  visibility: visible;
}

.pages {
  background-color: #f6f6f6;
}

/* 内页导航1 */
.navbar1 {
  /* background-color: #192028; */
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar1 .box {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}

.navbar1 .tit {
  padding: 0 18px;
  line-height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #484848;
}

.navbar1 .tit span {
  float: left;
  padding-left: 29px;
  background: url(../img/all.png) center left no-repeat;
}

.navbar1 .tit .js-more {
  float: right;
  padding-right: 20px;
  /* background: url(../img/qwy-i3.png) center right no-repeat; */
  cursor: pointer;
  position: relative;
  color: #7e7e7e;
}

.navbar1 .tit .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar1 .tit .js-more.active::before {
  transform: rotate(180deg);
}

.navbar1 .nav {
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 0 46px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  background-color: #fff;
  justify-content: flex-start;
  background: url(../img/nav-bg1.png) repeat left top;
}

.navbar1 ul li {
  position: relative;
  padding-left: 80px;
  user-select: none;
}

.navbar1 ul li h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #484848;
  line-height: 58px;
  /* margin-left: 48px; */
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  display: none;
  user-select: none;
}

.navbar1 ul li h4:first-child {
  display: block;
}

.navbar1 ul li a {
  font-size: 16px;
  color: #9e9e9e;
  margin: 0 10px;
  line-height: 58px;
  display: inline-block;
}

.navbar1 ul li a:hover,
.navbar1 ul li a.on {
  color: #2b3b78;
}

.navbar1 ul li.active a {
  /* color: #2b3b78; */
}

body.bg1 {
  background-color: #f9f9f9;
}

.product-list_view {
  padding-top: 70px;
}
.product-list_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -1.7%;
  margin-bottom: -30px;
}
.product-list_view .list .active .code {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-bottom: 30px;
}
.product-list_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-list_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}
.product-list_view .list li .pic .img1 {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li .pic:hover .img2 {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li .txt {
  padding-right: 30px;
  position: relative;
}
.product-list_view .list li .txt h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list_view .list li .txt h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #828282;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list_view .list li .txt .code_btn {
  width: 30px;
  height: 30px;
  background: url(../img/code-btn.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-list_view .list li .txt .code_btn:hover {
  box-shadow: 0 2px 3px #999;
}

.navbar {
  /* background-color: #192028; */
  padding-top: 60px;
  padding-bottom: 60px;
}

/*页码*/
.m-pages {
  text-align: center;
  font-size: 14px;
  padding-top: 80px;
  padding-bottom: 80px;
  /* background-color: #192028; */
}

.m-pages ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 25px;
}

.m-pages li {
  float: left;
  margin: 0 3px;
}

.m-pages li a {
  display: block;
  width: 30px;
  text-align: center;
  color: #0f0f0f;
  /* background-color: #ccc; */
  height: 30px;
  line-height: 30px;
  transition: .4s all;
  font-size: 16px;
  background-color: #e7e7e7;
  letter-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.m-pages select {
  width: 70px;
  height: 65px;
  line-height: 64px;
  color: #000;
  color: #3f3837;
  padding-left: 10px;
  background: url(../img/qwy-i4.png) #fff center right 10px no-repeat;
  /* background-size: auto;
  background-size: 8px; */
  font-size: 16px;
  border: 1px solid #c8c8c8;
  vertical-align: bottom;
}

.m-pages select option {
  width: 100%;
  height: 36px;
  font-size: 14px;
}

.m-pages li.active a,
.m-pages li a:hover {
  background-color: #005bac;
  color: #fff;
  border-color: #005bac;
}

.m-pages li {
  font-size: 16px;
  color: #3f3837;
  letter-spacing: 2px;
  line-height: 65px;
  font-family: SourceHanSerifCN;
}

.navbar div {
  border: 1px solid #e2e2e2;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  padding: 0 0 0 15px;
  background-color: #fff;
}

.navbar div p {
  font-size: 16px;
  line-height: 60px;
  color: #626262;
  padding-left: 30px;
  position: relative;
}

  /* .navbar ul {
	border-top: 1px solid #e2e2e2;
	width: 1400px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	justify-content: flex-start;
  }
  
  .navbar ul li {
	position: relative;
	transition: .4s all;
  } */
.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li.active {
  background-color: #ddae60;
}

.navbar div ol li a {
  display: block;
  font-size: 16px;
  color: #131313;
  transition: .4s all;
  /* padding: 6px 15px; */
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  min-width: 85px;
  text-align: center;
}

.navbar .js-more {
  display: none;
}

.navbar &gt; div {
  padding: 0 20px;
  width: 100%;
  display: block;
  position: relative;
}

.navbar div .js-more {
  display: block;
  /* font-size: 14px;
  line-height: 30px; */
  position: relative;
  line-height: 44px;
  font-size: 16px;
  color: #626262;
  cursor: pointer;
  text-align: center;
}

.navbar div p {
  display: none;
  /* font-size: 14px;
  line-height: 30px; */
}

.navbar {
  padding: 15px;
  /* margin-top: 20px; */
}

.navbar .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar &gt; div::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  top: 45px;
  right: 0;
}

.navbar div ol {
  display: none;
  padding: 8px 0;
}

.navbar .js-more.active::before {
  transform: rotate(180deg);
}

.navbar div ol li a {
  text-align: center;
  font-size: 14px;
  padding: 6px 15px;
  height: auto;
  line-height: 1.2;
  color: #666;
}

.navbar &gt; div {
  padding: 0 20px;
}

.navbar div ol li.on a, .navbar div ol li a:hover {
  /* color: #2b3b78; */
}

.navbar {
  display: none;
}

.naver3 {
  border-bottom: 1px solid #e3e3e3;
}
.naver3 .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.naver3 .link a {
  font-size: 14px;
  line-height: 1;
  color: #222;
  padding: 30px 0;
  position: relative;
  margin-right: 100px;
  border-bottom: 2px solid transparent;
  transition-duration: .3s;
}
.naver3 .link a:hover {
  color: #dab492;
  border-bottom-color: #dab492;
}
.naver3 .link a .on {
  color: #dab492;
  border-bottom-color: #dab492;
}

.col-l {
  width: 72%;
}

.col-r {
  width: 24%;
}

.sidebar_news2 {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 36px;
}
.sidebar_news2 .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: 2px solid #ececec;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.sidebar_news2 .tit::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #dcb898;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar_news2 li a {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar_news2 li a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.sidebar_item {
  padding: 30px;
  background-color: #fff;
}
.sidebar_item .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: 2px solid #ececec;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.sidebar_item .tit::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #dcb898;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar_item .code {
  padding: 22px 40px;
  background: #f8f8f8;
}
.sidebar_item .code h3 {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  margin-top: 10px;
  text-align: center;
}

.sidebar_news {
  padding: 30px;
  background-color: #fff;
}
.sidebar_news .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
}
.sidebar_news li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}
.sidebar_news h3 {
  font-size: 14px;
  line-height: 25px;
  color: #5d5d5d;
  transition-duration: .3s;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}
.sidebar_news h3:hover {
  color: #005bac;
}
.sidebar_news .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 55%;
  margin-top: 10px;
  overflow: hidden;
}
.sidebar_news .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.sidebar_news p {
  font-size: 14px;
  line-height: 25px;
  color: #828282;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 23px;
  margin-top: 15px;
}
.sidebar_news p:hover {
  color: #1051a1;
}

.m-contxt1 {
  padding: 40px 30px 20px;
  background-color: #fff;
}

.m-contxt1 .tit {
  font-size: 24px;
  color: #292929;
  line-height: 1.2;
  /* margin-bottom: 13px; */
  font-weight: bold;
}

.m-contxt1 .box-info {
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.m-contxt1 .box-info .info span {
  font-size: 16px;
  color: #a7a7a7;
  margin-right: 10px;
  display: inline-block;
}

.m-contxt1 .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  /*
   
   margin-bottom: 35px; */
  /* text-indent: 2em; */
  margin-bottom: 30px;
}

.m-contxt1 .share-box {
  font-size: 16px;
  color: #a7a7a7;
}
.m-contxt1 .social-share {
  display: inline-block;
}
.m-contxt1 .link {
  padding-right: 150px;
  position: relative;
}
.m-contxt1 .link a {
  display: block;
}
.m-contxt1 .link .prev {
  font-size: 16px;
  line-height: 1.1;
  color: #9d9d9d;
  margin-bottom: 10px;
}
.m-contxt1 .link .prev:hover {
  color: #e4222b;
}
.m-contxt1 .link .next {
  font-size: 16px;
  line-height: 1.1;
  color: #9d9d9d;
}
.m-contxt1 .link .next:hover {
  color: #e4222b;
}
.m-contxt1 .link .back {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  background-color: #b8b8b8;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.m-contxt1 .link .back:hover {
  color: #e4222b;
}

.page-t1 a {
  display: block;
  width: 45%;
  font-size: 16px;
  color: #aaaaaa;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-t1 a em {
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/news-left-01.png) no-repeat center;
  margin-right: 18px;
  position: relative;
  top: 2px;
}
.page-t1 a:hover em {
  background-image: url(../img/news-left-02.png);
}
.page-t1 a.next {
  padding-right: 25px;
  position: relative;
}
.page-t1 a.next em {
  position: absolute;
  right: 0;
  background-image: url(../img/news-right-01.png);
}
.page-t1 a.next:hover em {
  background-image: url(../img/news-right-02.png);
}

.page-t1 a:hover {
  color: #ee7835;
}

.page-t1 a.prev {
  margin-bottom: 5px;
}

.page-t1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-t1 .blank {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
  background-color: #b8b8b8;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 2px;
  transition: all .3s;
}

.page-t1 .blank:hover {
  background-color: #FF5200;
}

.box-blank .con {
  background: #3d3d3d;
  display: inline-block;
  width: 215px;
}

.box-blank .box1 {
  width: 65px;
  height: 40px;
  background: #1051a1 url(../img/t3-img6.png) no-repeat center center;
  float: left;
}

.box-blank .blank {
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.box-blank .blank:hover {
  opacity: .8;
}

.box-blank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.box-blank div a {
  display: block;
  font-size: 16px;
  color: #787878;
  transition: .4s all;
}
.box-blank div a + a {
  margin-top: 15px;
}
.box-blank div a:hover {
  color: #000000;
}

.cases_view {
  padding-top: 70px;
}
.cases_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: -1.8%;
}
.cases_view .list li {
  width: 31.5%;
  margin-right: 1.8%;
  transition-duration: .3s;
}
.cases_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 74.15%;
}
.cases_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.cases_view .list li h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: .3s;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
  max-width: 100%;
}
.cases_view .list li h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #eb531d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.cases_view .list li:hover h3 {
  padding-left: 10px;
  padding-right: 10px;
}
.cases_view .list li:hover h3::after {
  opacity: 1;
  visibility: visible;
}

.com-banner2 {
  position: relative;
  padding-bottom: 41.6%;
  /* margin-top: 76px; */
}

.com-banner2 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.com-banner1 {
  position: relative;
  padding-bottom: 25%;
  margin-top: 96px;
  background-color: #333;
}

.com-banner1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.com-banner1 h3 {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -800px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.com-banner1 h3 span {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 22px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}


.com-banner1 .tabs-box {
  padding: 0 7%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.com-banner1 .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  /* height: 55px; */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.com-banner1 .tabs a {
  padding: 25px 20px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  transition-duration: .3s;
  display: inline-block;
}
.com-banner1 .tabs  li{

  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  transition-duration: .3s;
  display: inline-block;
}
.com-banner1 .tabs  li ul li{

  display: none;
}
.com-banner1 .tabs a.on, .com-banner1 .tabs a:hover {
  background-color: #005bac;
}

.search-box {
  padding: 0;
  transition: 1s ease;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #999;
  width: 320px;
  height: 0;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 65px;
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  /* transition:transform .3s,opacity 1s,visibility 1s; */
  transition: initial;
  padding: 15px;
  height: 200px;
  transition: all .8s;
}

.search-box.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: transform .3s;
  /* transition: transform .3s,opacity .3s,visibility .3s; */
}

.search-box p {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.search-box input {
  width: 100%;
  border: 1px solid #999;
  height: 40px;
  background: transparent;
  padding: 0 15px;
}

.search-box button {
  height: 40px;
  border: 1px solid #fff;
  background: #005bac;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}

.case-info_view .adove {
  padding: 60px 75px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.case-info_view .adove .txt {
  width: 42%;
}
.case-info_view .adove .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #464646;
  padding: 20px 0;
  padding-left: 65px;
  background: url(../img/case-ico-003.png) no-repeat left top 6px;
  border-bottom: 1px dashed #858585;
}
.case-info_view .adove .txt p {
  font-size: 14px;
  line-height: 28px;
  color: #898989;
  margin-top: 25px;
}
.case-info_view .adove .pic {
  width: 53%;
  height: 425px;
}
.case-info_view .adove .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-info_view .content {
  padding: 45px 70px;
  background: #fff;
  margin-top: 35px;
}
.case-info_view .content .tit {
  position: relative;
  border-bottom: 1px dashed #858585;
  padding-top: 20px;
  margin-bottom: 45px;
}
.case-info_view .content .tit h4 {
  width: 210px;
  font-size: 24px;
  color: #464646;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.case-info_view .more {
  margin-top: 35px;
  margin-bottom: 45px;
}
.case-info_view .more .tit {
  position: relative;
  border-bottom: 1px dashed #858585;
  padding-top: 20px;
  margin-bottom: 45px;
}
.case-info_view .more .tit h4 {
  width: 210px;
  font-size: 24px;
  color: #464646;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.case-info_view .more .swiper-box {
  margin-left: -70px;
  margin-right: -70px;
  padding: 0 70px;
  position: relative;
}
.case-info_view .more .swiper-box .swiper-button-prev {
  background: url(../img/case-left-ico005.png) no-repeat center;
  display: none;
}
.case-info_view .more .swiper-box .swiper-button-next {
  background: url(../img/case-right-ico005.png) no-repeat center;
  display: none;
}
.case-info_view .more .swiper-box .swiper-button-prev:hover {
  background-image: url(../img/case-left-ico006.png);
}
.case-info_view .more .swiper-box .swiper-button-next:hover {
  background-image: url(../img/case-right-ico006.png);
}
.case-info_view .more .more-swiper .swiper-slide {
  width: 445px;
}
.case-info_view .more .more-swiper .swiper-slide a {
  display: block;
  padding: 35px 25px 45px;
  background-color: #ffffff;
}
.case-info_view .more .more-swiper .swiper-slide h3 {
  font-size: 18px;
  color: #9b9b9b;
  line-height: 1;
  padding-bottom: 20px;
}
.case-info_view .more .more-swiper .swiper-slide .pic {
  display: block;
  position: relative;
  padding-bottom: 75%;
}
.case-info_view .more .more-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.case-info_view .more .more-swiper .swiper-slide h5 {
  margin-top: 30px;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1;
}

.project_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.project_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 35px;
  background: #fff;
}

.project_view .list::after {
  content: "";
  width: 31.2142857%;
}

.project_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.8032%;
}

.project_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  padding: 10px 30px 0;
}

.project_view .list .tit h3 {
  font-size: 14px;
  color: #202020;
  line-height: 1.2;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.project_view .list li:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 5px #c3c0c0;
}
.project_view .list li:hover .tit h3 {
  color: #2b3b78;
}

.care_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.care_view .list::after {
  content: "";
  width: 31.2142857%;
}

.care_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 35px;
}

.care_view .list .tit h3 {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: center;
}

.care_view .list:after {
  content: "";
  width: 31.2142857%;
}

.care_view .list li:hover {
  transform: translateY(-5px);
  /* background-color: #fff; */
  box-shadow: 3px 3px 5px #c3c0c0;
}

.care_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.8032%;
}

.care_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.duty_view .content {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.duty_view .content .pic {
  width: 41%;
  height: 550px;
}
.duty_view .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.duty_view .content .txt {
  width: 56%;
}
.duty_view .content .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: #02537c;
}
.duty_view .content .txt h5 {
  font-size: 24px;
  line-height: 1;
  color: #5f5f5f;
  margin-top: 14px;
}
.duty_view .content .txt p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #919191;
}

.com-tit2 {
  text-align: center;
  padding-top: 35px;
}
.com-tit2 h3 {
  color: #bdbdbd;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Arial";
  font-weight: bold;
}
.com-tit2 h5 {
  color: #2b3b78;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 12px;
  font-family: "Source Han Sans CN","Source Han Sans CN Medium","Microsoft YaHei",sans-serif;
}

.nav2 {
  padding: 25px 0 55px;
}
.nav2 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.nav2 .tit {
  font-size: 26px;
  line-height: 35px;
  color: #363636;
  margin-left: 20px;
}
.nav2 .tit span {
  color: #e4222b;
}
.nav2 .tabs {
  margin-left: 75px;
}
.nav2 .tabs a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #bc1b28;
  padding: 12px 30px;
  border-radius: 30px;
  border: 1px solid #e4222b;
  margin-right: 25px;
  background-color: #ffffff;
  transition-duration: .3s;
}
.nav2 .tabs a:hover {
  background-color: #e4222b;
  color: #fff;
}

.page-tabs {
  padding: 12px 0;
}
.page-tabs .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-tabs .wrap a {
  width: 150px;
  height: 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin: 0 5px;
  transition: all .3s;
  position: relative;
}
.page-tabs .wrap a::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/page-tabs001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s;
}
.page-tabs .wrap a:hover, .page-tabs .wrap a.on {
  background-color: #1051a1;
  color: #fff;
}
.page-tabs .wrap a:hover::after, .page-tabs .wrap a.on::after {
  opacity: 1;
}

.case_view {
  padding-top: 90px;
  background-color: #fafafa;
}

.case_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -110px;
}

.case_view .list li {
  width: 48.75%;
  transition: all .3s;
  padding-bottom: 60px;
  margin-bottom: 110px;
  position: relative;
}

.case_view .list::after {
  content: "";
  width: 32.14%;
}

.case_view .list li:hover .pic::after {
  opacity: 1;
}

.case_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.case_view .list .pic:hover img {
  transform: scale(1.1);
}

.case_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.case_view .list .txt {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 30px;
  transition-duration: .3s;
  height: 115px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 2px 5px #dedede;
}
.case_view .list .txt i {
  width: 50px;
  height: 50px;
  background: url(../img/pro-ico001.png) no-repeat center/contain;
  display: none;
}
.case_view .list .txt:hover {
  height: 160px;
  bottom: -10px;
  background-color: #e4222b;
}
.case_view .list .txt:hover h3 {
  margin-bottom: 18px;
  color: #fff;
}
.case_view .list .txt:hover i {
  display: block;
}

.case_view .list .txt h3 {
  font-size: 20px;
  color: #000000;
  line-height: 1;
  transition-duration: .3s;
}

.bg2 {
  background-color: #f8f8f8;
}

.product-series_view {
  padding-top: 145px;
}
.product-series_view .list li .tit h3 {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}
.product-series_view .list li .tit p {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.product-series_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 38%;
}
.product-series_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-series_view .list li .more a {
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 140px;
  width: 500px;
  height: 70px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #222222;
  transition-duration: .3s;
}
.product-series_view .list li .more a:hover {
  color: #fff;
  background-color: #000;
}

.m-index {
  display: none;
}

.why {
  background: url(../img/why-bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 80px;
}
.why .tit {
  text-align: center;
}
.why .tit h3 {
  font-size: 36px;
  line-height: 1.4;
  color: #333333;
  margin-top: 38px;
  font-weight: bold;
}
.why .tit h5 {
  font-size: 18px;
  line-height: 38px;
  color: #333333;
  white-space: pre-wrap;
  margin-top: 30px;
}
.why .con {
  margin-top: 30px;
  text-align: center;
}

.guard {
  background-color: #f5f5f5;
  padding: 90px 0 110px;
}
.guard .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.guard .top .tit {
  width: 41%;
  padding-left: 78px;
  background: url(../img/guard-ico01.png) no-repeat left top;
}
.guard .top .tit h3 {
  font-size: 40px;
  line-height: 45px;
  color: #1c1c1c;
  font-weight: bold;
  white-space: pre-wrap;
  padding-top: 30px;
}
.guard .top .tit h5 {
  font-size: 24px;
  line-height: 1;
  color: #1c1c1c;
  margin-top: 20px;
}
.guard .top p {
  width: 59%;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.guard .guard-swiper {
  padding-top: 100px;
}
.guard .guard-swiper .swiper-pagination {
  top: 6px;
  bottom: initial;
  width: auto;
  left: 65%;
  font-size: 18px;
  line-height: 1;
  color: #666666;
  display: none;
}
.guard .guard-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 36px;
  line-height: 1;
  color: #ee7835;
}
.guard .guard-swiper .box-button {
  width: 130px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.guard .guard-swiper .box-button div {
  position: initial;
  margin-top: 0;
  width: 50%;
  height: 100%;
  border: 1px solid #999999;
  background: url(../img/guard-left-ico01.png) no-repeat center;
}
.guard .guard-swiper .box-button div:hover {
  background-image: url(../img/guard-left-ico02.png);
  background-color: #ee7835;
  border-color: #ee7835;
}
.guard .guard-swiper .box-button div::after {
  display: none;
}
.guard .guard-swiper .box-button .swiper-button-next {
  transform: rotate(180deg);
}
.guard .guard-swiper .swiper-slide {
  width: 280px;
  height: 480px;
}
.guard .guard-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.guard .guard-swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.guard .guard-swiper .swiper-slide .pic .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.guard .guard-swiper .swiper-slide .pic .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  transition-duration: .3s;
}
.guard .guard-swiper .swiper-slide .pic .txt h2 {
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.guard .guard-swiper .swiper-slide .pic .txt .ico {
  width: 55px;
  height: 55px;
  position: relative;
  display: none;
}
.guard .guard-swiper .swiper-slide .pic .txt .ico img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.guard .guard-swiper .swiper-slide .pic .txt h3 {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  margin-top: 30px;
}
.guard .guard-swiper .swiper-slide .pic .txt h4 {
  font-size: 12px;
  line-height: 1;
  color: #bdbdbd;
  margin-top: 12px;
  margin-bottom: 25px;
}
.guard .guard-swiper .swiper-slide .pic .txt p {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: none;
}
.guard .guard-swiper .swiper-slide .pic .txt span {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  padding-right: 32px;
  background: url(../img/guard-ico03.png) no-repeat right center;
  display: none;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt {
  padding: 20px 30px;
  top: 0;
  background-color: #ee7835;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt h2 {
  display: none;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt h3 {
  font-size: 24px;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt .ico {
  display: block;
  margin-top: 30px;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt h4 {
  color: #fff;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt p {
  display: block;
  margin-top: 30px;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt span {
  margin-top: 90px;
  display: inline-block;
}

.brand {
  padding: 130px 0;
}
.brand .tit {
  text-align: center;
}
.brand .tit h3 {
  font-size: 18px;
  line-height: 1;
  color: #ee7835;
}
.brand .tit h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-top: 20px;
}
.brand .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 55px;
}
.brand .list li {
  width: 19.4%;
  margin-right: 0.7%;
}
.brand .list li:nth-child(5n) {
  margin-right: 0;
}
.brand .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.brand .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.brand .list li .pic:hover img {
  transform: scale(1.1);
}
.brand .list li .pic .txt {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.brand .list li .pic .txt h3 {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 28px;
  transition-duration: .3s;
}
.brand .list li .pic .txt h5 {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition-duration: .3s;
}
.brand .list li .pic .txt span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition-duration: .3s;
}
.brand .list li .pic:hover .txt h3 {
  padding-bottom: 12px;
}
.brand .list li .pic:hover .txt h5 {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 10px;
}
.brand .list li .pic:hover .txt span {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 24px;
}

.guard_view .info {
  background-color: #f5f5f5;
  padding: 80px 0 100px;
}
.guard_view .info .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.guard_view .info .tit {
  width: 41%;
  padding-left: 78px;
  background: url(../img/guard-ico01.png) no-repeat left top;
}
.guard_view .info .tit h3 {
  font-size: 40px;
  line-height: 45px;
  color: #1c1c1c;
  font-weight: bold;
  padding-top: 30px;
}
.guard_view .info .tit h5 {
  font-size: 24px;
  line-height: 1;
  color: #1c1c1c;
  margin-top: 20px;
}
.guard_view .info .con {
  width: 56%;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  padding-top: 40px;
  white-space: pre-wrap;
}
.guard_view .list {
  padding-top: 105px;
}
.guard_view .list li {
  margin-bottom: 105px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 650px;
  align-items: stretch;
}
.guard_view .list li .pic {
  width: 64%;
  height: 100%;
  position: relative;
}
.guard_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.guard_view .list li .txt {
  width: 36%;
  padding: 70px 30px  0 90px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.guard_view .list li .txt .bg-t1 {
  display: block;
  position: absolute;
  top: 0;
  right: -80px;
  font-size: 340px;
  width: 340px;
  line-height: 1;
  color: #f0f0f0;
}
.guard_view .list li .txt .ico1 {
  width: 55px;
  height: 55px;
  object-fit: contain;
  position: relative;
}
.guard_view .list li .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
  position: relative;
}
.guard_view .list li .txt h5 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
  position: relative;
}
.guard_view .list li .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  margin-top: 40px;
  white-space: pre-wrap;
  margin-bottom: 45px;
  position: relative;
}
.guard_view .list li .txt .ico2 {
  position: relative;
}
.guard_view .list li:nth-child(2n) .pic {
  order: 1;
}

.guard-info_view {
  padding: 60px 0;
}
.guard-info_view .tit {
  font-size: 30px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 50px;
}

.c-box-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-box-wrap .c-left {
  width: 68.57%;
}

@media (max-width: 748px) {
  .c-box-wrap .c-left {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .c-box-wrap .c-left .c-title {
    font-size: 1.2rem;
  }
}
.c-box-wrap .c-left .c-time-box {
  margin: 0.2rem 0 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #999;
}

@media (max-width: 748px) {
  .c-box-wrap .c-left .c-time-box {
    margin: 0.5rem 0 1.5rem;
  }
}
.c-box-wrap .c-left .c-time-box .c-time {
  padding-right: 20px;
}

.c-box-wrap .c-left .c-time-box .bshare-custom {
  display: flex;
  align-items: center;
}

.c-box-wrap .c-left .c-time-box .bshare-custom span {
  font-size: 16px;
}

@media (max-width: 1580px) {
  .c-box-wrap .c-left .c-time-box .bshare-custom span {
    font-size: 14px;
  }
}
.c-box-wrap .c-left .c-text-box {
  margin-bottom: 40px;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
  margin-top: 40px;
}

@media (max-width: 748px) {
  .c-box-wrap .c-left .c-text-box {
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
  }
}
.c-box-wrap .c-left .c-text-box img {
  max-width: 100%;
  height: auto !important;
}

.c-box-wrap .c-left .c-link-box {
  display: flex;
  align-items: center;
}

.c-box-wrap .c-left .c-link-box .c-lt {
  flex-grow: 1;
  line-height: 1.8;
  padding-right: 40px;
}

.c-box-wrap .c-left .c-link-box .c-lt p:nth-child(2) {
  margin-top: 10px;
}

.c-box-wrap .c-left .c-link-box .c-lt a {
  color: #666;
  transition: all 0.5s;
}
.c-box-wrap .c-left .c-link-box .c-lt a span {
  display: inline-block;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  background-color: #f4f4f4;
  display: inline-flex;
  margin-right: 20px;
}

.c-box-wrap .c-left .c-link-box .c-lt a:hover {
  color: #1051a1;
}

.c-box-wrap .c-left .c-link-box .c-gt {
  flex-shrink: 0;
}

.c-box-wrap .c-left .c-link-box .c-gt a {
  display: inline-block;
  padding-left: 25px;
  padding: 14px 25px 14px 55px;
  background: url(../img/back-ico002.png) no-repeat left 18px center;
  color: #fff;
  background-color: #1051a1;
  transition-duration: .3s;
}

.c-box-wrap .c-left .c-link-box .c-gt a:hover {
  background-color: #0e4282;
}

.c-box-wrap .c-right {
  position: sticky;
  top: 120px;
  width: 25%;
}

@media (max-width: 972px) {
  .c-box-wrap .c-right {
    top: 80px;
  }
}
@media (max-width: 748px) {
  .c-box-wrap .c-right {
    padding-top: 3rem;
    position: relative;
    top: 0;
    width: 100%;
  }
}
.c-box-wrap .c-right .c-title {
  margin-bottom: 40px;
  color: #1051a1;
  line-height: 1;
  font-size: 30px;
  padding-left: 20px;
  border-left: 4px solid #1051a1;
}

@media (max-width: 748px) {
  .c-box-wrap .c-right .c-title {
    margin-bottom: 1rem;
  }
}
.c-box-wrap .c-right .c-list {
  margin-bottom: -30px;
}

@media (max-width: 748px) {
  .c-box-wrap .c-right .c-list {
    margin-bottom: -1.5rem;
  }
}
.c-box-wrap .c-right .c-list li {
  padding-bottom: 30px;
}

@media (max-width: 748px) {
  .c-box-wrap .c-right .c-list li {
    padding-bottom: 1.5rem;
  }
}
.c-box-wrap .c-right .c-list li .c-wrap {
  display: block;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
  height: 0 !important;
  padding-bottom: 54.5%;
  position: relative;
  overflow: hidden;
}
.c-box-wrap .c-right .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

@media (max-width: 1580px) {
  .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
    height: 2.4rem;
  }
}
@media (max-width: 748px) {
  .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
.c-box-wrap .c-right .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-text-box {
  padding: 0 25px;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-time {
  margin: 20px 0 10px;
  color: #999;
}

@media (max-width: 748px) {
  .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-time {
    margin: 0.5rem 0;
  }
}
.c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-title2 {
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-box-wrap .c-right .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.c-box-wrap .c-right .c-list li .c-wrap:hover .c-text-box .c-title2 {
  color: #1051a1;
}

.serve_view .tit {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  text-align: center;
}
.serve_view .item {
  padding-top: 100px;
}
.serve_view .item .list {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.serve_view .item .list li {
  width: 32.8%;
}
.serve_view .item .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.serve_view .item .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.serve_view .item .list li .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.serve_view .item .list li .pic .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 45px;
  z-index: 1;
}
.serve_view .item .list li .pic .txt h3 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
.serve_view .item .list li .pic .txt i {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  height: 0;
}
.serve_view .item .list li .pic .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  height: 0;
}
.serve_view .item .list li .pic .txt:hover i {
  opacity: 1;
  visibility: visible;
  margin-top: 50px;
  margin-bottom: 25px;
  height: 2px;
}
.serve_view .item .list li .pic .txt:hover p {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.serve_view .after {
  padding-top: 120px;
}
.serve_view .after .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: -30px;
}
.serve_view .after .list li {
  width: 49.2%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}
.serve_view .after .list li .pic {
  width: 50%;
  height: 260px;
  position: relative;
}
.serve_view .after .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.serve_view .after .list li .txt {
  width: 50%;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
}
.serve_view .after .list li .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #1c1c1c;
  margin-bottom: 20px;
  width: 100%;
}
.serve_view .after .list li .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.serve_view .year {
  padding-top: 120px;
}
.serve_view .year .year-swiper {
  margin-top: 70px;
  overflow: visible;
  padding-bottom: 95px;
}
.serve_view .year .year-swiper .swiper-pagination {
  bottom: 20px;
}
.serve_view .year .year-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ee7835;
}
.serve_view .year .year-swiper .swiper-slide {
  width: 680px;
}
.serve_view .year .year-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 68.5%;
}
.serve_view .year .year-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.serve_view .year .year-swiper .swiper-slide .pic .time {
  width: 160px;
  height: 160px;
  background-color: #ee7835;
  padding: 0 35px;
  position: absolute;
  left: 0;
  top: 0;
}
.serve_view .year .year-swiper .swiper-slide .pic .time h3 {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  padding-top: 31px;
}
.serve_view .year .year-swiper .swiper-slide .pic .time span {
  display: block;
  font-size: 36px;
  line-height: 1.8;
  color: #ffffff;
}
.serve_view .praise {
  padding-top: 80px;
}
.serve_view .praise .praise-swiper {
  margin-top: 65px;
}
.serve_view .praise .praise-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
.serve_view .praise .praise-swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  background: url(../img/praise-ico001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 65px;
  left: 47%;
  z-index: 1;
}
.serve_view .praise .praise-swiper .swiper-slide .pic {
  width: 50%;
  height: 450px;
  position: relative;
}
.serve_view .praise .praise-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.serve_view .praise .praise-swiper .swiper-slide .txt {
  width: 50%;
  padding: 0 100px;
  background-color: #f5f5f5;
}
.serve_view .praise .praise-swiper .swiper-slide .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-top: 95px;
}
.serve_view .praise .praise-swiper .swiper-slide .txt p {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.serve_view .praise .praise-swiper .box-button {
  width: 130px;
  height: 50px;
  position: absolute;
  top: initial;
  bottom: 55px;
  margin-left: 100px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.serve_view .praise .praise-swiper .box-button div {
  position: initial;
  margin-top: 0;
  width: 50%;
  height: 100%;
  border: 1px solid #999999;
  background: url(../img/guard-left-ico01.png) no-repeat center;
}
.serve_view .praise .praise-swiper .box-button div:hover {
  background-image: url(../img/guard-left-ico02.png);
  background-color: #ee7835;
  border-color: #ee7835;
}
.serve_view .praise .praise-swiper .box-button div::after {
  display: none;
}
.serve_view .praise .praise-swiper .box-button .swiper-button-next {
  transform: rotate(180deg);
}
.serve_view .always {
  padding-top: 110px;
}
.serve_view .always .list {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.serve_view .always .list li {
  width: 30%;
  height: 200px;
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.serve_view .always .list li .txt {
  padding-left: 75px;
  position: relative;
}
.serve_view .always .list li .txt img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
.serve_view .always .list li .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-bottom: 8px;
}
.serve_view .always .list li .txt p {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.serve_view .always .con {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
  height: 650px;
}
.serve_view .always .con .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.serve_view .always .con .txt {
  position: absolute;
  left: 115px;
  top: 110px;
}
.serve_view .always .con .txt h3 {
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
  margin-top: 40px;
}
.serve_view .always .con .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 30px;
}

.video_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}

.video_window .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 750px;
  height: 500px;
}

.video_window .main video {
  border: 20px solid #fff;
  border-radius: 10px;
  background-color: #000;
}

.video_window .main {
  overflow: visible;
  background-color: initial;
}

.video_window .main i {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
  background: url(../img/close.png) no-repeat;
  background-size: 100% 100%;
}

.com-tit1 h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #1051a1;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.com-tit1 h5 {
  font-size: 44px;
  line-height: 1.2;
  color: #333333;
}

.join {
  height: 825px;
  background: url(../img/join-bg03.jpg) no-repeat top center;
  background-size: cover;
  background-color: #1051a1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.join .tit {
  width: 380px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.join .tit h3 {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.join .tit h5 {
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  margin-top: 14px;
}
.join .tit p {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 45px;
}
.join .tit a {
  font-size: 16px;
  line-height: 1;
  color: #1051a1;
  display: inline-block;
  padding: 15px 67px 15px 35px;
  border-radius: 35px;
  background: url(../img/join-ico01.png) no-repeat right 35px center;
  background-color: #fff;
  transition-duration: .3s;
}
.join .tit a:hover {
  box-shadow: 1px 2px 3px #999;
}
.join .list {
  position: absolute;
  left: 7%;
  top: 0;
  bottom: 0;
  right: 7%;
}
.join .list li {
  width: 120px;
  height: 120px;
  background: url(../img/join-bg04.png) no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  z-index: 1;
}
.join .list li:nth-child(1) {
  top: 40%;
  left: 0;
  animation: sportst 4s linear infinite;
}
.join .list li:nth-child(2) {
  top: 55%;
  left: 8%;
  animation: sportsb 3s linear infinite;
}
.join .list li:nth-child(3) {
  top: 40%;
  left: 17%;
  animation: sportst 7s linear infinite;
}
.join .list li:nth-child(4) {
  top: 55%;
  left: 24%;
  animation: sportsb 4.5s linear infinite;
}
.join .list li:nth-child(5) {
  top: 40%;
  right: 24%;
  animation: sportst 3s linear infinite;
}
.join .list li:nth-child(6) {
  top: 55%;
  right: 17%;
  animation: sportsb 5.5s linear infinite;
}
.join .list li:nth-child(7) {
  top: 40%;
  right: 8%;
  animation: sportst 8s linear infinite;
}
.join .list li:nth-child(8) {
  top: 55%;
  right: 0;
  animation: sportsb 6s linear infinite;
}
@keyframes sportsb {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes sportst {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.case {
  padding: 100px 0;
  overflow: hidden;
}
.case .tit {
  text-align: center;
}
.case .case-swiper {
  margin-top: 60px;
  padding-bottom: 130px;
  width: 760px;
  overflow: visible;
}
.case .case-swiper .swiper-slide {
  transform: scale(0.9);
  transition-duration: .3s;
}
.case .case-swiper .swiper-slide-active {
  transform: scale(1);
}
.case .case-swiper .pic {
  height: 450px;
  position: relative;
  overflow: hidden;
}
.case .case-swiper .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.case .case-swiper .pic:hover img {
  transform: scale(1.1);
}
.case .case-swiper h3 {
  width: 80px;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  background-color: #1051a1;
}
.case .case-swiper h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin-top: 20px;
}
.case .case-swiper .swiper-scrollbar {
  bottom: 50px;
  height: 3px;
  background-color: #eeeeee;
  border-radius: initial;
}
.case .case-swiper .swiper-scrollbar-drag {
  background: #1051a1;
  border-radius: initial;
}
.case .more {
  width: 180px;
  height: 50px;
  border: 1px solid #1051a1;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin: 0 auto;
  background-color: #1051a1;
  transition-duration: .3s;
}
.case .more:hover {
  background-color: #fff;
  color: #1051a1;
}

.pro-tabs {
  background-color: #1051a1;
}
.pro-tabs .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pro-tabs .wrap a {
  width: 385px;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition-duration: .3s;
}
.pro-tabs .wrap a img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.pro-tabs .wrap a h3 {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-left: 35px;
}
.pro-tabs .wrap a:hover, .pro-tabs .wrap a.on {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar1 {
  display: none;
}

.product-info_view {
  background-color: #f5f5f5;
  padding-top: 75px;
}
.product-info_view .above {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 120px;
}
.product-info_view .above .img-box {
  width: 49%;
}
.product-info_view .above .img-box .img-swiper {
  border: 1px solid #8d8d8d;
}
.product-info_view .above .img-box .img-swiper .pic {
  display: block;
  height: 508px;
  position: relative;
}
.product-info_view .above .img-box .img-swiper .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-info_view .above .img-box .tabs-box {
  margin-top: 20px;
  padding: 0 100px;
  position: relative;
}
.product-info_view .above .img-box .tabs-box .swiper-button-prev {
  width: 90px;
  height: 100%;
  background: url(../img/pro-left01.png) no-repeat center;
  background-color: #d5d5d5;
  margin-top: 0;
  top: 0;
  left: 0;
  opacity: 1;
  transition-duration: .3s;
}
.product-info_view .above .img-box .tabs-box .swiper-button-prev::after {
  display: none;
}
.product-info_view .above .img-box .tabs-box .swiper-button-prev:hover {
  background-color: #e4222b;
}
.product-info_view .above .img-box .tabs-box .swiper-button-next {
  width: 90px;
  height: 100%;
  background: url(../img/pro-left01.png) no-repeat center;
  background-color: #d5d5d5;
  transform: rotate(180deg);
  transition-duration: .3s;
  margin-top: 0;
  top: 0;
  right: 0;
  opacity: 1;
}
.product-info_view .above .img-box .tabs-box .swiper-button-next::after {
  display: none;
}
.product-info_view .above .img-box .tabs-box .swiper-button-next:hover {
  background-color: #005bac;
}
.product-info_view .above .img-box .tabs-swiper {
  margin-top: 0;
}
.product-info_view .above .img-box .tabs-swiper .swiper-slide {
  width: 280px;
  position: relative;
}
.product-info_view .above .img-box .tabs-swiper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 67.8%;
  border: 1px solid #8d8d8e;
}
.product-info_view .above .img-box .tabs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-info_view .above .img-box .tabs-swiper .swiper-slide-active a {
  border-color: #005bac;
}
.product-info_view .above .txt {
  width: 49.5%;
  padding: 60px 120px 0 100px;
  background-color: #fff;
}
.product-info_view .above .txt h1 {
  font-size: 40px;
  line-height: 1.4;
  color: #005bac;
}
.product-info_view .above .txt h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #404040;
  padding: 10px 0 25px;
  border-bottom: 2px solid #e7e7e7;
}
.product-info_view .above .txt p {
  margin: 35px 0;
  font-size: 22px;
  line-height: 40px;
  color: #333333;
  padding-bottom: 20px;
  /* white-space: pre-wrap; */
}
.product-info_view .above .txt h6 {
  padding-top: 40px;
  border-top: 2px solid #e7e7e7;
  font-size: 20px;
  line-height: 1;
  color: #404040;
}
.product-info_view .above .txt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
.product-info_view .above .txt ul li {
  margin-right: 45px;
}
.product-info_view .above .txt ul li img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.product-info_view .above .txt ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #404040;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.product-info_view .above .txt ul li:nth-child(3n) {
  margin-right: 0;
}
.product-info_view .scene {
  background-color: #f5f5f5;
  padding-top: 80px;
}
.product-info_view .scene .scene-swiper {
  margin-top: 45px;
  padding-bottom: 130px;
}
.product-info_view .scene .scene-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 45%;
}
.product-info_view .scene .scene-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-info_view .scene .scene-swiper .swiper-pagination {
  bottom: 60px;
}
.product-info_view .scene .scene-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #dadada;
  opacity: 1;
}
.product-info_view .scene .scene-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1051a1;
}
.product-info_view .other .tit {
  border-bottom: 2px solid #a8a8a8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product-info_view .other .tit h3 {
  font-size: 30px;
  line-height: 1;
  color: #e52226;
  padding-bottom: 28px;
  border-bottom: 3px solid #e4222b;
  position: relative;
  top: 1px;
}
.product-info_view .other .other-swiper {
  margin-top: 70px;
  padding-bottom: 160px;
}
.product-info_view .other .other-swiper .swiper-slide {
  width: 455px;
}
.product-info_view .other .other-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 87%;
}
.product-info_view .other .other-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-info_view .other .other-swiper .swiper-slide .pic h3 {
  font-size: 22px;
  line-height: 1;
  color: #000000;
  position: absolute;
  top: 45px;
  left: 40px;
}
.product-info_view .other .other-swiper .swiper-slide .pic h5 {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}


.product-info_view .other .other-swiper .swiper-slide h3 {
  font-size: 22px;
  line-height: 1;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.product-info_view .other .other-swiper .swiper-slide .pic i {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/pro-ico001.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.product-info_view .other .other-swiper .swiper-slide .pic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.product-info_view .other .other-swiper .swiper-slide .pic:hover::after {
  opacity: 1;
  visibility: visible;
}
.product-info_view .other .other-swiper .swiper-slide .pic:hover h5 {
  display: block;
  z-index: 1;
}
.product-info_view .other .other-swiper .swiper-slide .pic:hover i {
  display: block;
  z-index: 1;
}
.product-info_view .other .other-swiper .swiper-pagination {
  bottom: 40px;
  display: none;
}
.product-info_view .other .other-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #dadada;
  opacity: 1;
}
.product-info_view .other .other-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e4222b;
}
.product-info_view .tit1 h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.product-info_view .tit1 h3 span {
  font-size: 44px;
  line-height: 1;
  color: #333333;
  margin-bottom: 20px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

.contact_view {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 120px;
}
.contact_view .address {
  margin-bottom: -50px;
}
.contact_view .address li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}
.contact_view .address li .map {
  width: 50%;
  height: 525px;
}
.contact_view .address li .txt {
  width: 50%;
  padding: 65px 50px;
  background-color: #fff;
}
.contact_view .address li .txt h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #d6d6d6;
  margin-bottom: 20px;
  font-weight: bold;
}
.contact_view .address li .txt h5 {
  font-size: 26px;
  line-height: 1.2;
  color: #e52226;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
.contact_view .address li .txt p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 45px;
  color: #3d3d3d;
  white-space: pre-wrap;
}
.contact_view .address li:nth-child(2) .map {
  order: 1;
}

.contact_view .online2 {
  overflow: hidden;
}

.contact_view .online2 h3 {
  font-size: 40px;
  line-height: 1;
  color: #4a4a4a;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 60px;
}

.contact_view .online2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -30px;
}

.contact_view .online2 ul li {
  width: 32.3%;
  margin-bottom: 30px;
}

.contact_view .online2 ul li:last-child {
  width: 100%;
}

.contact_view .online2 ul li input {
  width: 100%;
  height: 85px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 1;
  color: #666;
  background-color: #fff;
}

.contact_view .online2 ul li textarea {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  color: #666;
  background-color: #fff;
  width: 100%;
  height: 260px;
}

.contact_view .online2 .sub {
  display: block;
  width: 280px;
  height: 75px;
  background-color: #e4222b;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin: 65px auto;
  transition-duration: .3s;
  cursor: pointer;
}

.contact_view .online2 .sub:hover {
  background-color: #333;
  box-shadow: 1px 2px 3px #666;
}

.join_view .power {
  padding-top: 120px;
  background-color: #f8f8f8;
}
.join_view .power .tit h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.join_view .power .tit h3 span {
  font-size: 48px;
  line-height: 1;
  color: #333333;
  margin-bottom: 15px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.join_view .power .tit p {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  margin-top: 15px;
  text-align: center;
}
.join_view .power .tit p i {
  font-weight: bold;
}
.join_view .power .power-swiper {
  margin-top: 50px;
  padding-bottom: 135px;
}
.join_view .power .power-swiper .swiper-slide {
  width: 1190px;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.join_view .power .power-swiper .swiper-slide .pic {
  width: 42%;
  height: 100%;
  position: relative;
}
.join_view .power .power-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.join_view .power .power-swiper .swiper-slide .txt {
  width: 58%;
  height: 100%;
  background-color: #1051a1;
  position: relative;
  padding: 65px 80px 0 60px;
}
.join_view .power .power-swiper .swiper-slide .txt .ico {
  width: 135px;
  height: 135px;
  object-fit: contain;
  position: absolute;
  top: 20px;
  right: 35px;
}
.join_view .power .power-swiper .swiper-slide .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
}
.join_view .power .power-swiper .swiper-slide .txt h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 12px;
}
.join_view .power .power-swiper .swiper-slide .txt p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 25px;
}
.join_view .power .power-swiper .swiper-pagination {
  bottom: 75px;
}
.join_view .power .power-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #d7d7d7;
  opacity: 1;
  margin: 0 3px;
}
.join_view .power .power-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #1051a1;
}
.join_view .power .power-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../img/join-left-001.png) no-repeat center;
  border: 1px solid #fff;
  left: 48.2%;
  margin-top: 0;
  top: 56%;
  border-radius: 50px;
}
.join_view .power .power-swiper .swiper-button-prev::after {
  display: none;
}
.join_view .power .power-swiper .swiper-button-prev:hover {
  background-image: url(../img/join-left-002.png);
  background-color: #fff;
  border-color: #fff;
}
.join_view .power .power-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(../img/join-left-001.png) no-repeat center;
  border: 1px solid #fff;
  left: 53%;
  right: initial;
  margin-top: 0;
  top: 56%;
  border-radius: 50px;
  transform: rotate(180deg);
}
.join_view .power .power-swiper .swiper-button-next::after {
  display: none;
}
.join_view .power .power-swiper .swiper-button-next:hover {
  background-image: url(../img/join-left-002.png);
  background-color: #fff;
  border-color: #fff;
}
.join_view .sea {
  padding: 120px 0 0;
}
.join_view .sea .tit {
  text-align: center;
}
.join_view .sea .tit h3 {
  font-size: 44px;
  line-height: 1.4;
  color: #333333;
}
.join_view .sea .tit p {
  font-size: 18px;
  line-height: 35px;
  color: #333333;
  white-space: pre-wrap;
  margin-top: 15px;
}
.join_view .sea .sea-swiper {
  margin-top: 60px;
  padding-bottom: 150px;
}
.join_view .sea .sea-swiper .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 57%;
}
.join_view .sea .sea-swiper .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.join_view .sea .sea-swiper .swiper-pagination {
  bottom: 95px;
}
.join_view .sea .sea-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #999999;
  opacity: 1;
  margin: 0 3px;
}
.join_view .sea .sea-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #1051a1;
}
.join_view .publicity {
  padding: 110px 0;
  background: url(../img/join-publicity001.jpg) no-repeat center;
  background-size: cover;
}
.join_view .publicity .tit {
  text-align: center;
}
.join_view .publicity .tit h3 {
  font-size: 44px;
  line-height: 1.4;
  color: #fff;
}
.join_view .publicity .tit p {
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  white-space: pre-wrap;
  margin-top: 15px;
}
.join_view .publicity .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: -40px;
}
.join_view .publicity .list img {
  display: block;
  width: 15.2%;
  height: 65px;
  margin-right: 6%;
  background-color: #ffffff;
  object-fit: contain;
  margin-bottom: 40px;
}
.join_view .publicity .list img:nth-child(5n) {
  margin-right: 0;
}
.join_view .support {
  padding: 140px 0 115px;
}
.join_view .support .tit {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.join_view .support .tit span {
  font-size: 48px;
  line-height: 1;
  color: #333333;
  margin-bottom: 15px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.join_view .support .list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -15px;
}
.join_view .support .list li {
  width: 32.3%;
  height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #1051a1;
  position: relative;
  margin-bottom: 15px;
  padding: 0 30px;
}
.join_view .support .list li::after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  position: absolute;
  opacity: 0;
  transition-duration: .3s;
}
.join_view .support .list li h3 {
  font-size: 220px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: .05;
}
.join_view .support .list li .ico {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
  margin-bottom: 15px;
}
.join_view .support .list li h4 {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}
.join_view .support .list li p {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  height: 50px;
  white-space: pre-wrap;
  text-align: center;
}
.join_view .support .list li:hover::after {
  opacity: 1;
  left: 12px;
  top: 7px;
  right: 12px;
  bottom: 7px;
}
.join_view .hot {
  background-color: #f8f8f8;
  padding: 100px 0 0;
}
.join_view .hot .tit {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.join_view .hot .tit span {
  font-size: 48px;
  line-height: 1;
  color: #333333;
  margin-bottom: 15px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.join_view .hot .hot-swiper {
  margin-top: 60px;
  padding-bottom: 200px;
}
.join_view .hot .hot-swiper .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 45.8%;
}
.join_view .hot .hot-swiper .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.join_view .hot .hot-swiper .swiper-button-prev {
  width: 120px;
  height: 40px;
  background: url(../img/join-left-002.png) no-repeat center;
  border: 1px solid #1051a1;
  left: 50%;
  margin-top: 0;
  top: initial;
  bottom: 110px;
  border-radius: initial;
  margin-left: -130px;
}
.join_view .hot .hot-swiper .swiper-button-prev::after {
  display: none;
}
.join_view .hot .hot-swiper .swiper-button-prev:hover {
  background-image: url(../img/join-left-001.png);
  background-color: #1051a1;
  border-color: #1051a1;
}
.join_view .hot .hot-swiper .swiper-button-next {
  width: 120px;
  height: 40px;
  background: url(../img/join-left-002.png) no-repeat center;
  border: 1px solid #1051a1;
  left: 50%;
  right: initial;
  margin-top: 0;
  top: initial;
  bottom: 110px;
  margin-left: 10px;
  border-radius: initial;
  transform: rotate(180deg);
}
.join_view .hot .hot-swiper .swiper-button-next::after {
  display: none;
}
.join_view .hot .hot-swiper .swiper-button-next:hover {
  background-image: url(../img/join-left-001.png);
  background-color: #1051a1;
  border-color: #1051a1;
}
.join_view .process {
  background: url(../img/join-process-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 130px 0 100px;
}
.join_view .process .tit {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}
.join_view .process .tit span {
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.join_view .process .j5-list {
  display: inline-block;
  margin-top: 140px;
  margin-bottom: 120px;
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
}
.join_view .process .j5-list-item {
  text-align: center;
}
.join_view .process .j5-list-item .j5-p1 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.join_view .process .j5-list-item .j5-p2 {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}
.join_view .process .j5-list-item div {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  transform: rotate(0);
  transition: all .6s;
}
.join_view .process .j5-list-item div:hover {
  transform: rotate(180deg);
}
.join_view .process .j5-list-item div img {
  width: 36px;
  margin: 22px auto;
}
.join_view .process .pos1 {
  left: 5%;
  top: 20%;
}
.join_view .process .pos2 {
  left: 19%;
  top: 80%;
}
.join_view .process .pos3 {
  left: 33%;
  top: 7%;
}
.join_view .process .pos4 {
  left: 48%;
  top: 59%;
}
.join_view .process .pos5 {
  left: 62%;
  top: -38%;
}
.join_view .process .pos6 {
  left: 76%;
  top: 26%;
}
.join_view .process .pos7 {
  left: 89%;
  top: -40%;
}
.join_view .process .pb {
  position: absolute;
}
.join_view .us {
  background-color: #f8f8f8;
  padding: 100px 135px;
}
.join_view .us .box {
  background-color: #fff;
  padding: 70px 110px;
}
.join_view .us .box .tit {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.join_view .us .box .tit h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.join_view .us .box .tit h3 span {
  font-size: 48px;
  line-height: 1;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.join_view .us .box .tit p {
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
}
.join_view .us .box .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
}
.join_view .us .box .con .txt {
  width: 45%;
}
.join_view .us .box .con .txt p {
  font-size: 16px;
  line-height: 1.4;
  color: #666666;
}
.join_view .us .box .con .txt h4 {
  font-size: 32px;
  line-height: 1.4;
  color: #333333;
  margin-top: 20px;
}
.join_view .us .box .con .txt h6 {
  margin-top: 45px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  background: url(../img/join-us001.png) no-repeat left center;
}
.join_view .us .box .con .txt h6 span {
  display: block;
  font-size: 36px;
  line-height: 1.4;
  color: #333333;
  font-weight: bold;
}
.join_view .us .box .con form {
  width: 50%;
  display: block;
}
.join_view .us .box .con form .ind {
  width: 100%;
  height: 50px;
  border: 1px solid #d7d7d7;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.join_view .us .box .con form div:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.join_view .us .box .con form div:nth-child(1) .ind {
  width: 49%;
}
.join_view .us .box .con form div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.join_view .us .box .con form div:nth-child(2) .ind {
  width: 32%;
  background: url(../img/ico-002.png) #fff 95% center no-repeat;
  background-color: #f8f8f8;
}
.join_view .us .box .con form textarea.ind {
  padding: 10px 15px;
  height: 110px;
}
.join_view .us .box .con form .sub {
  width: 220px;
  height: 50px;
  border: 1px solid #1051a1;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #1051a1;
  cursor: pointer;
  transition: all .3s;
}
.join_view .us .box .con form .sub:hover {
  background-color: #d7d7d7;
  color: #1051a1;
}

.pro {
  width: 100%;
  padding-top: 130px;
  /* background-color: #ffffff; */
  background-size: 100%;
}

.pro .swiper-container {
  margin-top: 60px;
  height: 818px;
}

.pro .swiper-container a {
  display: block;
  position: relative;
  cursor: pointer;
  position: relative;
}

.pro .swiper-container a:hover div i {
  background-color: #005bac;
  border-color: #005bac;
}

.pro .swiper-container a:hover figure {
  height: 818px;
  margin-top: 0;
}

.pro .swiper-container a:hover figure:after {
  opacity: 0;
  pointer-events: none;
}

.pro .swiper-container a figure {
  width: 100%;
  height: 788px;
  transition: 0.4s all;
  margin-top: 15px;
  position: relative;
}

.pro .swiper-container a figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  transition: 0.4s all;
}

.pro .swiper-container a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pro .swiper-container a div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.pro .swiper-container a div p {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  transition-duration: .3s;
}

.pro .swiper-container a:hover div p {
  color: #005bac;
}

.pro .swiper-container a div i {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  margin-top: 25px;
  transition: 0.4s all;
}

.pro .swiper-container .swiper-pagination {
  display: none;
  position: static;
  margin-top: 10px;
}

.indexTitle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.indexTitle h4 {
  font-size: 38px;
  color: #262626;
  display: inline-block;
  position: relative;
  padding: 0 50px;
  font-weight: bold;
}

.indexTitle h4:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  /* background-image: linear-gradient(-90deg, #fff, #1b6cb6); */
  background: url("../img/subtitle.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.indexTitle h4:before {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  /* background-image: linear-gradient(-90deg, #1b6cb6, #fff); */
  background: url("../img/subtitle.png") no-repeat;
  position: absolute;
  transform: rotate(180deg);
  top: 50%;
  right: 0;
}

.indexTitle h5 {
  font-size: 52px;
  color: #161616;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

.indexTitle p {
  font-size: 20px;
  color: #737373;
  margin-top: 15px;
}

.chanye-title h4 {
    font-size: 38px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 50px;
  font-weight: bold;
}

.chanye-title p {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}

.chanye-title h4:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  /* background-image: linear-gradient(-90deg, #fff, #1b6cb6); */
  background: url("../img/cytitle.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.chanye-title h4:before {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  /* background-image: linear-gradient(-90deg, #1b6cb6, #fff); */
  background: url("../img/cytitle.png") no-repeat;
  position: absolute;
  transform: rotate(180deg);
  top: 50%;
  right: 0;
}

.product {
  padding-top: 150px;
  padding-bottom: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  align-items: flex-start;
  position: relative;
  /* background-color: #f5f5f5; */
}
.product .indexTitle {
  width: 100%;
  margin-bottom: 70px;
}
.product .tabs {
  width: 24%;
  padding-left: 5.5%;
  padding-right: 3%;
  padding-top: 20px;
}
.product .tabs a {
  display: block;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  transition-duration: .3s;
}
.product .tabs a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #005bac;
  position: absolute;
  top: 50%;
  left: 0;
  transition-duration: .3s;
}
.product .tabs a.on, .product .tabs a:hover {
  padding-left: 50px;
  font-size: 28px;
  color: #005bac;
}
.product .tabs a.on::before, .product .tabs a:hover::before {
  width: 40px;
}
.product .tabs a:last-child {
  margin-top: 280px;
  font-size: 16px;
}
.product .tabs a:last-child:hover {
  padding-left: 0;
  font-size: 16px;
  color: #005bac;
}
.product .tabs a:last-child:hover::before {
  width: 0;
}
.product .product-swiper {
  width: 75%;
}
.product .product-swiper .pic {
  height: 745px;
  position: relative;
}
.product .product-swiper .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product .txt-swiper {
  width: 430px;
  background-color: #005bac96;
  overflow: visible;
  position: absolute;
  top: 60%;
  left: 19%;
  z-index: 10;
}
.product .txt-swiper .swiper-slide {
  padding: 45px 55px 10px 35px;
  height: 270px;
  opacity: 0;
  visibility: hidden;
}
.product .txt-swiper .swiper-slide h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.product .txt-swiper .swiper-slide p {
  font-size: 16px;
  /* line-height: 35px; */
  color: #ffffff;
  margin-top: 18px;
  white-space: pre-wrap;
  height: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product .txt-swiper .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.product .txt-swiper .swiper-button-next.swiper-button-disabled, .product .txt-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: initial;
}
.product .txt-swiper .swiper-button-prev {
  width: 50px;
  height: 60px;
  background: url(../img/pro-left01.png) no-repeat center;
  background-color: #f17b1cb3;
  margin-top: initial;
  opacity: 1;
  top: initial;
  bottom: 0px;
  right: 0;
  left: initial;
}
.product .txt-swiper .swiper-button-prev::after {
  display: none;
}
.product .txt-swiper .swiper-button-prev:hover {
  background-image: url(../img/pro-left02.png);
  background-color: #fff;
}
.product .txt-swiper .swiper-button-next {
  width: 50px;
  height: 60px;
  background: url(../img/pro-left01.png) no-repeat center;
  background-color: #f17b1cb3;
  margin-top: initial;
  transform: rotate(180deg);
  opacity: 1;
  top: initial;
  bottom: 0px;
  right: -50px;
  left: initial;
}
.product .txt-swiper .swiper-button-next::after {
  display: none;
}
.product .txt-swiper .swiper-button-next:hover {
  background-image: url(../img/pro-left02.png);
  background-color: #fff;
}

.about {
  padding: 150px  5.5% 200px;
  /* background: url(../img/about-bg03.jpg) no-repeat center; */
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.about .indexTitle {
  width: 25%;
  margin-top: 80px;
  align-items: flex-start;
}
.about .indexTitle h4 {
  color: #333333;
}
.about .indexTitle p {
  color: #777777;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.about .indexTitle a {
  font-size: 16px;
  line-height: 1.2;
  color: #777777;
  margin-bottom: 45px;
}
.about .indexTitle a:hover{
  font-size: 16px;
  line-height: 1.2;
  color: #005bac;
  margin-bottom: 45px;
}
.about .indexTitle a img {
  margin-right: 10px;
}
.about .indexTitle a:hover img {
  animation: flipInY 2s;
}
.about .item {
  width: 285px;
  position: absolute;
  /* top: 16%; */
  left: 35%;
  z-index: 1;
}
.about .item .logo {
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #005bac;
}
.about .item ul {
  background-color: #3b3b3b;
  padding: 10px 25px;
}
.about .item ul li {
  border-bottom: 1px solid #4f4f4f;
  padding: 10px 0;
  padding-left: 48px;
}
.about .item ul li h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.about .item ul li h5 {
  font-size: 14px;
  line-height: 1.5;
  color: #c1c1c1;
}
.about .item ul li:last-child {
  border-bottom: none;
}
.about .txt {
  width: 50.2%;
  height: 585px;
  background: url(../img/about.jpg) no-repeat bottom center;
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-position: center;
  background-color: #005bac;
  /* padding: 120px 75px 0 180px; */
  position: relative;
}
.about .txt h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #373737;
  padding-bottom: 30px;
  border-bottom: 1px solid #0e0e0e;
}
.about .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #5c5c5c;
  margin-top: 20px;
}
.about .txt a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #e4242d;
  /* margin-top: 40px; */
  transition-duration: .3s;
}
.video-cont {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
.news {
  /* background-color: #f5f5f5; */
  padding: 138px 0 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.2;
  color: #5c5c5c;
 
}

.news .tabs a:nth-last-of-type(2){
  display: none;
}

.news .tabs .more {
  margin-left: auto;
}
.news .tabs a:hover {
  color: #005bac;
}
.news .news-swiper {
  margin-top: 25px;
}
.news .news-swiper .swiper-pagination {
  width: 50%;
  bottom: 35px;
}
.news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 5px;
  background-color: #fff;
  border-radius: initial;
  opacity: 1;
}
.news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005bac;
}
.news .news-swiper .swiper-button-prev {
  width: 30px;
  height: 40px;
  background: url(../img/pro-left02.png) no-repeat center;
  margin-top: 0;
  top: 80px;
  right: 88px;
  left: initial;
}
.news .news-swiper .swiper-button-prev::after {
  display: none;
}
.news .news-swiper .swiper-button-next {
  width: 30px;
  height: 40px;
  background: url(../img/pro-left02.png) no-repeat center;
  transform: rotate(180deg);
  margin-top: 0;
  top: 80px;
  right: 55px;
}
.news .news-swiper .swiper-button-next::after {
  display: none;
}
.news .news-swiper .swiper-slide {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
.news .news-swiper .swiper-slide .pic {
  width: 50%;
  height: 380px;
  position: relative;
}
.news .news-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.news .news-swiper .swiper-slide .txt {
  width: 50%;
  padding: 75px  55px 0 90px;
  background-color: #fff;
}
.news .news-swiper .swiper-slide .txt .time {
  font-size: 26px;
  line-height: 1;
  color: #919090;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 35px;
  border-bottom: 2px solid #e7e7e7;
}
.news .news-swiper .swiper-slide .txt .time span {
  font-size: 67px;
  line-height: 1;
  color: #005bac;
  font-weight: bold;
}
.news .news-swiper .swiper-slide .txt h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #2f2f2f;
  margin-top: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-swiper .swiper-slide .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.news .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news .list a {
  width: 32.355%;
  padding: 60px 40px 50px;
  background-color: #fff;
  position: relative;
}
.news .list a h4 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #e4242d;
  padding: 7px 14px;
  border: 2px solid #e4242d;
  border-radius: 3px;
}
.news .list a h3 {
  padding-right: 120px;
  font-size: 24px;
  line-height: 1;
  color: #2f2f2f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #e7e7e7;
}
.news .list a .time {
  position: absolute;
  top: 60px;
  right: 40px;
  font-size: 14px;
  line-height: 1.2;
  color: #848484;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
.news .list a .time span {
  display: block;
  font-size: 67px;
  line-height: 1;
  color: #4f4f4f;
  font-weight: bold;
}
.news .list a p {
  font-size: 14px;
  line-height: 25px;
  color: #848484;
  margin-top: 20px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.news .list a i {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #efefef;
  color: #828282;
  font-size: 22px;
  text-align: center;
  line-height: 52px;
  font-weight: bold;
  transition: 0.4s all;
}
.news .list a:hover i {
  background-color: #e4222b;
  color: #fff;
}

.footer {
  margin-top: -20px;
  padding-top: 60px;
  background-color: #efefef;
  padding-left: 5.5%;
  padding-right: 5.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer .logo_box {
  width: 20%;
  padding-bottom: 70px;
}
.footer .logo_box .txt {
  /* margin-top: 35px; */
}
.footer .logo_box .txt h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #494949;
  margin-bottom: 15px;
}
.footer .logo_box .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #494949;
  padding-left: 40px;
  text-indent: -40px;
  margin-bottom: 15px;
}
.footer .logo_box .txt p img {
  margin-right: 15px;
  vertical-align: middle;
}
.footer .nav {
  width: 60%;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .nav dl dt {
  margin-bottom: 30px;
}
.footer .nav dl dt a {
  font-size: 18px;
  line-height: 1;
  color: #494949;
  position: relative;
}
.footer .nav dl dt a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #005bac;
  position: absolute;
  left: -15px;
  top: 8px;
}
.footer .nav dl dt a:hover {
  color: #005bac;
}
.footer .nav dl dd {
  margin-bottom: 18px;
}
.footer .nav dl dd a {
  font-size: 14px;
  line-height: 1;
  color: #494949;
}
.footer .nav dl dd a:hover {
  color: #005bac;
}
.footer .copy {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer .copy p {
  font-size: 14px;
  line-height: 1.4;
  color: #777777;
}
.footer .copy p a:hover {
  color: #005bac;
}

.product-serie_view {
  background-color: #f5f5f5;
  padding-bottom: 120px;
  padding-top: 100px;
}
.product-serie_view .item .tit {
  padding-top: 90px;
  border-bottom: 2px solid #a8a8a8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product-serie_view .item .tit h3 {
  font-size: 30px;
  line-height: 1;
  color: #005bac;
  padding-bottom: 28px;
  border-bottom: 3px solid #005bac;
  position: relative;
  top: 1px;
}
.product-serie_view .item .tit a {
  font-size: 16px;
  line-height: 30px;
  color: #717171;
  padding-right: 35px;
  background: url(../img/pro-ico002.png) no-repeat right top 2px;
}
.product-serie_view .item .tit a:hover {
  color: #005bac;
}
.product-serie_view .item .list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -35px;
}
.product-serie_view .item .list li {
  width: 32.25%;
  margin-right: 1.6%;
  margin-bottom: 35px;
}
.product-serie_view .item .list li:nth-child(3n) {
  margin-right: 0;
}
.product-serie_view .item .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 87%;
}
.product-serie_view .item .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-serie_view .item .list li h3 {
  font-size: 22px;
  line-height: 1;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.product-serie_view .item .list li .pic h5 {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.product-serie_view .item .list li .pic i {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/pro-ico001.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.product-serie_view .item .list li .pic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.product-serie_view .item .list li .pic:hover::after {
  opacity: 1;
  visibility: visible;
}
.product-serie_view .item .list li .pic:hover h5 {
  display: block;
  z-index: 1;
}
.product-serie_view .item .list li .pic:hover i {
  display: block;
  z-index: 1;
}
.product-serie_view .more {
  padding: 65px 0 150px;
}
.product-serie_view .more a {
  display: block;
  height: 90px;
  background-color: #e4222b;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  transition-duration: 0.3s;
}
.product-serie_view .more a:hover {
  transform: translateY(-3px);
  box-shadow: 1px 2px 4px #ddd;
}

.product_view {
  background-color: #f5f5f5;
}
.product_view .tit {
  padding-top: 90px;
  border-bottom: 2px solid #a8a8a8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product_view .tit h3 {
  font-size: 30px;
  line-height: 1;
  color: #e52226;
  padding-bottom: 28px;
  border-bottom: 3px solid #e4222b;
}
.product_view .tit a {
  font-size: 16px;
  line-height: 30px;
  color: #717171;
  padding-right: 35px;
  background: url(../img/pro-ico002.png) no-repeat right top 2px;
}
.product_view .tit a:hover {
  color: #e4222b;
}
.product_view .list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -35px;
}
.product_view .list li {
  width: 32.25%;
  margin-right: 1.6%;
  margin-bottom: 35px;
}
.product_view .list li:nth-child(3n) {
  margin-right: 0;
}
.product_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 87%;
}
.product_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product_view .list li h3 {
  font-size: 22px;
  line-height: 1;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.product_view .list li .pic h5 {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.product_view .list li .pic i {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/pro-ico001.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.product_view .list li .pic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.product_view .list li .pic:hover::after {
  opacity: 1;
  visibility: visible;
}
.product_view .list li .pic:hover h5 {
  display: block;
  z-index: 1;
}
.product_view .list li .pic:hover i {
  display: block;
  z-index: 1;
}

.news_view {
  padding-top: 70px;
  background-color: #f5f5f5;
}

.news_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -50px;
}

.news_view .list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
}

.news_view .list li:nth-child(3n) {
  margin-right: 0;
}

.news_view .list li a {
  display: block;
}

.news_view .list li a .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}

.news_view .list li a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.news_view .list li a .pic:hover::after {
  opacity: 1;
}

.news_view .list li a .pic::after {
  content: '';
  display: block;
  background: url(../img/case-bg002.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 180px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition-duration: .3s;
}

.news_view .list li a .txt {
  padding: 30px 0;
  transition-duration: .3s;
}

.news_view .list li a .txt h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #464646;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  transition-duration: .3s;
}

.news_view .list li a .txt p {
  font-size: 14px;
  line-height: 25px;
  color: #a1a0a0;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
  transition-duration: .3s;
}

.news_view .list li a .txt hr {
  border: none;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 28px;
  transition-duration: .3s;
}

.news_view .list li a .txt .time {
  font-size: 14px;
  line-height: 20px;
  color: #646363;
  padding-right: 30px;
  transition-duration: .3s;
  background: url(../img/product-ico005.png) no-repeat right 8px center;
}

.news_view .list li a:hover .txt h3 {
  color: #005bac;
}

.news-info_view {
  background-color: #f5f5f5;
}

.news-info_view .con {
  background-color: #fff;
  padding: 90px 120px 140px;
  /* margin-bottom: 125px; */
}

.news-info_view .con .tit {
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}

.news-info_view .con .tit h1 {
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}

.news-info_view .con .tit h3 {
  font-size: 14px;
  line-height: 1;
  color: #aaaaaa;
  margin-bottom: 15px;
}

.news-info_view .con .edit {
  padding-top: 40px;
  text-align: initial;
  line-height: 1.8;
  padding-bottom: 50px;
}

.news-info_view .con .share-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.news-info_view .link {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.news-info_view .link a {
  width: 32%;
  padding: 35px 0 30px;
  border-bottom: 8px solid #f7f7f7;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 1;
  color: #2b2b2b;
  transition-duration: .3s;
}

.news-info_view .link a:hover {
  color: #005bac;
  border-bottom-color: #005bac;
}

.news-info_view .more {
  height: 315px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 135px;
}

.news-info_view .more img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.news-info_view .more .txt {
  position: relative;
  text-align: center;
}

.news-info_view .more h3 {
  font-size: 56px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.news-info_view .more h5 {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}

.news-info_view .more a {
  font-size: 16px;
  line-height: 1;
  color: #2b2b2b;
  padding: 15px 35px;
  background-color: #ededed;
  transition-duration: .3s;
}

.news-info_view .more a:hover {
  background-color: #fff;
  box-shadow: 1px 2px 4px #ddd;
}

.service_view {
  background-color: #f5f5f5;
}
.service_view .row-join01 {
  padding-bottom: 70px;
  padding-top: 105px;
}
.service_view .row-join01 .g-title03 {
  margin-bottom: 60px;
}
.service_view .row-join01 .g-title03 h3 {
  text-align: center;
  font-size: 38px;
  color: #282828;
}
.service_view .row-join01 .Join-desc {
  background: url(../img/join01-bg001.png) top center no-repeat;
}
.service_view .row-join01 .fix {
  *zoom: 1;
}
.service_view .row-join01 .ul-join-l {
  float: left;
}
.service_view .row-join01 .ul-join-r {
  float: right;
}
.service_view .row-join01 .ul-join {
  width: 50%;
}
.service_view .row-join01 .ul-join li {
  overflow: hidden;
  margin-bottom: 80px;
}
.service_view .row-join01 .ul-join-l li .number {
  float: left;
  margin-right: 17px;
}
.service_view .row-join01 .ul-join-r li .number {
  float: right;
  margin-left: 17px;
  width: 95px;
}
.service_view .row-join01 .ul-join .r-con {
  margin-top: 6px;
  overflow: hidden;
}
.service_view .row-join01 .ul-join li .number {
  text-align: center;
  font-size: 78px;
  color: #e4222b;
  line-height: 1;
  font-weight: bold;
}
.service_view .row-join01 .ul-join .r-con span {
  display: block;
  font-size: 26px;
  color: #282828;
  margin-bottom: 10px;
}
.service_view .row-join01 .ul-join .r-con .info {
  font-size: 16px;
  color: #7a7a7a;
}
.service_view .row-join01 .ul-join-r .r-con {
  text-align: right;
}
.service_view .row-join01 .fix::after, .service_view .row-join01 .fix::before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.service_view .promise {
  padding-top: 185px;
  padding-bottom: 85px;
  background: url(../img/promise-bg002.jpg) no-repeat center/cover;
}
.service_view .promise .tit h3 {
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}
.service_view .promise .tit p {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  white-space: pre-wrap;
}
.service_view .promise .list {
  margin-top: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.service_view .promise .list li {
  width: 175px;
  height: 180px;
  background-color: #fff;
  margin-right: 9px;
  padding: 25px;
  position: relative;
  cursor: pointer;
  transition-duration: .3s;
}
.service_view .promise .list li .ico {
  width: 35px;
  height: 35px;
  object-fit: scale-down;
}
.service_view .promise .list li h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin-top: 10px;
}
.service_view .promise .list li i {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/promise-right001.png) no-repeat center/contain;
  margin-top: 35px;
}
.service_view .promise .list li .bg {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
}
.service_view .promise .list li p {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  white-space: pre-wrap;
  height: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
}
.service_view .promise .list li:hover {
  width: 500px;
  background-color: #e4222b;
}
.service_view .promise .list li:hover .ico {
  display: none;
}
.service_view .promise .list li:hover h3 {
  color: #fff;
  margin-bottom: 4px;
}
.service_view .promise .list li:hover p {
  opacity: 1;
  visibility: visible;
  height: 50px;
}
.service_view .promise .list li:hover i {
  margin-top: 15px;
  background-image: url(../img/promise-right002.png);
}

.service_view .online2 {
  overflow: hidden;
}

.service_view .online2 h3 {
  font-size: 40px;
  line-height: 1;
  color: #4a4a4a;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 60px;
}

.service_view .online2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -30px;
}

.service_view .online2 ul li {
  width: 32.3%;
  margin-bottom: 30px;
}

.service_view .online2 ul li:last-child {
  width: 100%;
}

.service_view .online2 ul li input {
  width: 100%;
  height: 85px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 1;
  color: #666;
  background-color: #fff;
}

.service_view .online2 ul li textarea {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  color: #666;
  background-color: #fff;
  width: 100%;
  height: 260px;
}

.service_view .online2 .sub {
  display: block;
  width: 280px;
  height: 75px;
  background-color: #e4222b;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin: 65px auto;
  transition-duration: .3s;
  cursor: pointer;
}

.service_view .online2 .sub:hover {
  background-color: #333;
  box-shadow: 1px 2px 3px #666;
}

.about_view .intro {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.about_view .intro .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
.about_view .intro .pic {
  width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about_view .intro .pic h2 {
  text-align: center;
  padding-top: 60px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.about_view .intro .pic h2 img {
  margin-right: 22px;
}
.about_view .intro .pic .list {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-items: stretch;
  border: 0.5px solid #fff;
  margin-top: 40px;
  margin-bottom: 70px;
}
.about_view .intro .pic .list li {
  width: 50%;
  border: 0.5px solid #fff;
  text-align: center;
}
.about_view .intro .pic .list li .ico {
  width: 65px;
  height: 55px;
  object-fit: scale-down;
  margin-top: 43px;
  transition-duration: 0.5s;
}
.about_view .intro .pic .list li h3 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  margin-top: 15px;
}
.about_view .intro .pic .list li h5 {
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}
.about_view .intro .pic .list li:hover .ico {
  transform: rotateY(180deg);
}
.about_view .intro .txt {
  width: 50%;
  padding: 75px 95px 60px;
  background-color: #fff;
}

.about_view .intro .txt a{
 color: #3f3f3f;
}
.about_view .intro .txt a:hover{
 color: #005bac;
}
.about_view .intro .txt-content {
  padding: 55px 95px 60px;
  background-color: #fff;
  width: 50%;
}
.about_view .intro .txt-content p{
   font-size: 16px;
   line-height: 25px;
   color: #3f3f3f;
   white-space: pre-wrap;
}
.about_view .intro .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: #005bac;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.about_view .intro .txt h5 {
  font-size: 36px;
  line-height: 1.4;
  color: #005bac;
  margin-top: 10px;
  margin-bottom: 30px;
}
.about_view .intro .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #3f3f3f;
  margin-top: 10px;
  white-space: pre-wrap;
}

.about-more {
    font-size: 14px;
    line-height: 30px;
    color: #3f3f3f;
    margin-top: 40px;
    white-space: pre-wrap;
}
.about-more a{
    border: 1px solid;
    margin-top: 40px;
    padding: 10px 15px;
}

.about-more a:hover{
    border: 1px solid;
      color: #fff;
    margin-top: 40px;
    padding: 10px 15px;
  background-color: #005bac;
}

.about_view .culture {
  padding-top: 110px;
  padding-bottom: 45px;
}
.about_view .culture .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about_view .culture .list li {
  width: 23.75%;
  height: 425px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url(../img/culture-bg001.jpg) no-repeat center/cover;
  transition-duration: .3s;
  justify-content: flex-start;
}
.about_view .culture .list li .ico {
  width: 80px;
  height: 80px;
  object-fit: scale-down;
  margin-top: 90px;
}
.about_view .culture .list li h3 {
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 25px;
  transition-duration: .3s;
}
.about_view .culture .list li i {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 20px;
}
.about_view .culture .list li h5 {
  font-size: 16px;
  line-height: 30px;
  color: #d1d1d1;
  text-align: center;
}
.about_view .culture .list li:hover {
  background-image: url(../img/culture-bg003.jpg);
}
.about_view .culture .list li:hover h5 {
  color: #fff;
}
.about_view .culture .list li:hover h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.about_view .honor {
  padding-top: 100px;
  padding-bottom: 0px;
}
.about_view .honor .box-swiper {
  padding: 0 100px;
  position: relative;
}
.about_view .honor .box-swiper .swiper-button-prev {
  width: 50px;
  height: 80px;
  background: url(../img/pro-left01.png) no-repeat center;
  top: 30%;
  background-color: #cecece;
  left: 0;
}
.about_view .honor .box-swiper .swiper-button-prev::after {
  display: none;
}
.about_view .honor .box-swiper .swiper-button-prev:hover {
  background-color: #000;
}
.about_view .honor .box-swiper .swiper-button-next {
  width: 50px;
  height: 80px;
  background: url(../img/pro-left01.png) no-repeat center;
  top: 30%;
  background-color: #cecece;
  transform: rotate(180deg);
  right: 0;
}
.about_view .honor .box-swiper .swiper-button-next::after {
  display: none;
}
.about_view .honor .box-swiper .swiper-button-next:hover {
  background-color: #e4222b;
}
.about_view .honor .honor-swiper {
  padding-bottom: 120px;
}
.about_view .honor .honor-swiper .swiper-pagination {
  bottom: 40px;
  display: none;
}
.about_view .honor .honor-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e4222b;
}
.about_view .honor .honor-swiper .swiper-slide {
  width: 255px;
}
.about_view .honor .honor-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 140%;
  box-shadow: 1px 2px 4px #ddd;
}
.about_view .honor .honor-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.about_view .tit1 {
  font-size: 40px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}
.about_view .history {
  background-color: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 140px;
}
.about_view .history .tabs-swiper::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about_view .history .tabs-swiper .swiper-slide {
  width: 185px;
  height: 75px;
  padding-bottom: 33px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.about_view .history .tabs-swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #979797;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.about_view .history .tabs-swiper .swiper-slide span {
  display: inline-block;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 1.2;
  padding: 5px 12px;
}
.about_view .history .tabs-swiper .swiper-slide-active span {
  background-color: #005bac;
  color: #fff;
}
.about_view .history .history-swiper {
  margin-top: 50px;
}
.about_view .history .history-swiper .swiper-button-prev {
  width: 60px;
  height: 50px;
  background: url(../img/pro-left01.png) no-repeat center;
  top: 80%;
  background-color: #cecece;
  left: 50%;
  margin-left: 50px;
}
.about_view .history .history-swiper .swiper-button-prev::after {
  display: none;
}
.about_view .history .history-swiper .swiper-button-prev:hover {
  background-color: #005bac;
}
.about_view .history .history-swiper .swiper-button-next {
  width: 60px;
  height: 50px;
  background: url(../img/pro-left01.png) no-repeat center;
  top: 80%;
  background-color: #cecece;
  transform: rotate(180deg);
  left: 50%;
  margin-left: 120px;
  right: initial;
}
.about_view .history .history-swiper .swiper-button-next::after {
  display: none;
}
.about_view .history .history-swiper .swiper-button-next:hover {
  background-color: #005bac;
}
.about_view .history .history-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
.about_view .history .history-swiper .swiper-slide .pic {
  width: 46%;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.about_view .history .history-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.about_view .history .history-swiper .swiper-slide .pic:hover img {
  transform: scale(1.1);
}
.about_view .history .history-swiper .swiper-slide .txt {
  width: 54%;
  background-color: #fff;
  padding: 5% 7% 20px;
}
.about_view .history .history-swiper .swiper-slide .txt h3 {
  font-size: 20px;
  line-height: 1;
  color: #005bac;
}
.about_view .history .history-swiper .swiper-slide .txt h3 span {
  font-size: 40px;
  line-height: 1;
  color: #005bac;
  font-family: Arial, Helvetica, sans-serif;
}
.about_view .history .history-swiper .swiper-slide .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #787777;
  margin-top: 30px;
}

@media screen and (max-width: 1640px) {
  body:after {
    background: cadetblue;
  }

  .hd-nav a {
    margin: 0 15px;
  }

  .wrap {
    width: 1400px;
  }

  .com-banner1 h3 {
    margin-left: -700px;
  }

  .com-banner1 .tabs a {
    padding: 20px 15px;
    font-size: 14px;
  }

  /* .product-info_view .above .txt ul li img {
    width: 100px;
    height: 100px;
  } */
}
@media screen and (max-width: 1440px) {
  body:after {
    background: blue;
  }

  .product-info_view .above .txt ul li img {
    width: 80px;
    height: 80px;
  }

  .product-info_view .above .txt {
    width: 49.5%;
    padding: 40px 60px 0 60px;
  }

  .com-banner1 .tabs {

  }

  .wrap {
    width: 1200px;
  }

  .hd-nav a {
    margin: 0 10px;
  }

  .hd-logo {
    margin-left: 3.5%;
  }

  .hd-btn {
    margin-right: 3.5%;
  }

  .hd-btn .tel-btn {
    margin-left: 20px;
  }

  .navbar1 .box {
    width: 1200px;
  }

  .com-banner1 h3 {
    margin-left: -600px;
  }
  .about_view .intro .txt {
    width: 50%;
    padding: 75px 55px 60px;
    background-color: #fff;
}
.about_view .intro .txt-content {
    padding: 55px 55px 60px;
    background-color: #fff;
    width: 50%;
}

  .about_view .history .history-swiper .swiper-slide .pic {
    width: 52%;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.about_view .history .history-swiper .swiper-slide .txt {
    width: 48%;
    background-color: #fff;
    padding: 5% 7% 20px;
}
}
@media screen and (max-width: 1280px) {
  body:after {
    background: lightblue;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  .service_view .row-join01 .Join-desc {
    background: 0 0;
  }
  .service_view .row-join01 .ul-join {
    width: auto;
    float: none;
  }
  .service_view .row-join01 .ul-join-r {
    font: none;
  }
  .service_view .row-join01 .ul-join li {
    margin-bottom: 20px;
  }
  .service_view .row-join01 .ul-join li .number {
    text-align: left;
    margin-left: 0;
    float: none;
  }
  .service_view .row-join01 .ul-join-r .r-con {
    text-align: left;
  }
  .service_view .row-join01 .ul-join li .number {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .service_view .row-join01 .ul-join .r-con span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .service_view .row-join01 .ul-join .r-con .info {
    font-size: 14px;
  }

  .com-banner1 h3 {
    margin-left: 0;
    left: 15px;
  }

  .com-banner1 h3 span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .com-banner1 h3 {
    font-size: 18px;
  }

  .com-banner1 .tabs-box {
    padding: 0 15px;
  }

  .join_view .process .j5-list {
    margin-left: 0;
    margin-right: 0;
  }

  .join_view .us {
    padding: 60px 70px;
  }

  .join_view .us .box {
    padding: 40px 60px;
  }

  .join_view .power {
    padding-top: 40px;
  }

  .pro-tabs .wrap a {
    width: 33.3%;
  }

  .hd-btn {
    display: none;
  }

  .footer .logo_box .txt .code li {
    margin-right: 15px;
  }

  .join .list {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .join .list li {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    animation: none !important;
    margin: 8px;
    width: 100px;
    height: 100px;
    font-size: 18px;
  }

  .hd-nav a {
    margin: 0px 10px;
  }

  .hd-btn a {
    margin-left: 5px;
  }

  .hd-logo {
    margin-left: 0;
  }

  .col-l {
    width: 100%;
  }

  .col-r {
    display: none;
  }

  .navbar1 .box {
    width: 100%;
  }

  .navbar1 {
    padding: 20px;
  }

  .case-info_view .more .swiper-box {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .case-info_view .more .swiper-box .swiper-button-prev {
    display: none;
  }

  .case-info_view .more .swiper-box .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* 移动ipad */
  /* ..... */
  body:after {
    background: pink;
  }

.about_view .intro .pic {
    width: 100%;
    height: 600px;
}
  .about_view .intro .txt {
    width: 50%;
    padding: 50px;
  }

  .com-banner1 {
    margin-top: 0;
  }

  .hd-nav {
    display: none;
  }

  .hd-btn a {
    display: none;
  }

  .header-box {
    height: 61px;
    background-color: #fff;
  }

  .hd-logo {
    padding: 5px 0;
    width: 120px;
  }

  .nav2 {
    display: none;
  }

  .pages .header-box {
    height: 61px;
  }

  .header-box .img1 {
    display: none;
  }

  .header-box .img2 {
    display: block;
    width: 145px;
    max-height: 50px;
  }

  .header {
    padding: 5px 0;
  }

  .hd-logo .ico2 {
    display: block;
  }

  .hd-logo .ico1 {
    display: none;
  }

  .hd-btn::after {
    display: none;
  }

  .header .menu-btn {
    display: block;
    position: relative;
    z-index: 9;
  }

  .menu-btn {
    /* background-color: #215644; */
    height: 23px;
    width: 30px;
    position: relative;
    cursor: pointer;
    display: none;
    /* top: 50%;
    transform: translateY(-50%);
    */
  }

  .menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #333;
    left: 10px;
    top: 13px;
    transition: all .4s;
    border-radius: 3px;
  }

  .menu-btn span:nth-child(2) {
    top: 23px;
  }

  .menu-btn span:nth-child(3) {
    top: 33px;
    width: 19px;
    left: initial;
    right: 10px;
  }

  .menu-btn {
    display: block;
    /* position:absolute;right:8px;top:6px; */
    height: 50px;
    width: 50px;
    padding: 10px;
  }

  .menu-btn.active span:nth-child(2) {
    width: 0;
    left: 22px;
    opacity: 0;
  }

  .menu-btn.active span {
    -webkit-transform: rotate(45deg);
    top: 23px;
  }

  .menu-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    top: 23px;
    width: 30px;
  }

  .m-nav {
    /* display: none; */
    width: 75%;
    height: 100vh;
    max-width: 420px;
    padding: 50px 0 70px;
    /* height: 100vh; */
    position: fixed;
    top: 61px;
    right: -100vw;
    transition: .4s all;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: block;
  }

  .m-nav ul li:hover a {
    background-color: #005bac;
  }

  .m-nav ul li a {
    display: inline-block;
    width: 80%;
    padding: 10px 5%;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    text-align: left;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  }

  .m-nav.active {
    right: 0;
  }

  .search_btn {
    display: block;
    width: 30px;
    margin-left: auto;
  }

  .m_search .title img {
    width: 35px;
    height: 35px;
  }

  .m_search .title h3 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 28px;
  }

  .m_search .main .m_header_submit {
    font-size: 18px;
  }

  .m_search .search_close span {
    width: 40px;
  }

  .m_search .search_close h4 {
    font-size: 16px;
  }

  .m_search .main select {
    background-position: 100% 33%;
  }

  .m_search .main input,
  .m_search .main select {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .m_search .main .m_header_submit {
    font-size: 16px;
    padding: 10px 0;
  }

  .m_search .search_close {
    margin-top: 15%;
  }

  .m_search .search_close span,
  .m_search .search_close span:before {
    height: 3px;
    width: 30px;
  }

  .m_search .search_close h4 {
    font-size: 14px;
  }

  .slide-nav {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
  }

  .slide-nav .item {
    margin: 0;
    border: none;
    opacity: 1 !important;
    border-top: 1px solid #999;
    border-radius: 0;
    border-left: 1px solid #999;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 60px;
  }

  .slide-nav .item:first-child {
    border: none;
    border-top: 1px solid #999;
  }

  .slide-nav .goTop {
    display: inline-block !important;
  }

  .slide-nav .icon {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }

  .slide-nav .mask {
    left: 50%;
    right: auto;
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%) scale(1, 0);
    -ms-transform: translateX(-50%) scale(1, 0);
    -o-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0);
  }

  .slide-nav .tel {
    padding: 0 15px;
    border: 2px solid #000;
    height: 46px;
    line-height: 42px;
  }

  .slide-nav .qr {
    width: 120px;
    height: 120px;
  }

  .slide-nav .item:hover .icon {
    /* background-position:center -30px */
  }

  .slide-nav .item:hover .mask {
    -webkit-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    -o-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
  }

  .slide-nav .item {
    width: 25%;
  }

  .slide-nav .appoint {
    display: none;
  }

  /* .slide-nav .nav-qq{display:none} */
  .slide-nav .icon {
    margin: 15px auto 3px;
  }

  .slide-nav .icon {
    /* background-position: center; */
  }

  .slide-nav .goTop {
    opacity: 1;
    visibility: visible;
  }

  .navbar {
    display: block;
    padding: 30px 15px;
  }

  .crumbs {
    display: none;
  }

  .hd-search {
    display: none;
  }

  .header .wrap {
    justify-content: space-between;
  }

  .guard_view .list li .pic {
    width: 100%;
    height: 500px;
  }

  .guard_view .list li .txt {
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .guard_view .list li:nth-child(2n) .pic {
    order: initial;
  }

  .guard_view .list li {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* 响应手机..... */
  body:after {
    background: red;
  }

  .wrap {
    padding: 0 15px;
  }

  .banner {
    padding-bottom: 100%;
  }

  .banner .pc {
    display: none;
  }

  .banner .mobile {
    display: block;
  }

  .banner .swiper-pagination {
    bottom: 20px;
    left: 0;
    text-align: center;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
  }
  .about_view .intro .pic {
    width: 100%;
    height: 300px;
  }
  .pro-tabs {
    display: none;
  }

  .pro-tabs .wrap a img {
    width: 35px;
    height: 35px;
  }

  .pro-tabs .wrap a h3 {
    font-size: 14px;
    margin-left: 8px;
  }

  .pro-tabs .wrap a {
    height: 80px;
  }

  .guard-info_view {
    padding: 40px 0;
  }

  .guard-info_view .tit {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .guard_view .info .tit {
    width: 100%;
    padding-left: 50px;
    background: url(../img/guard-ico01.png) no-repeat left top;
    background-size: 30px;
  }

  .guard_view .info .tit h3 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
  }

  .guard_view .info .tit h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .guard_view .info {
    padding: 40px 0;
  }

  .guard_view .info .con {
    width: 100%;
    padding-top: 40px;
    white-space: pre-wrap;
  }

  .guard_view .list li .pic {
    padding-bottom: 72%;
    height: 0;
  }

  .guard_view .list {
    padding-top: 40px;
  }

  .guard_view .list li {
    margin-bottom: 40px;
  }

  .guard_view .list li .txt {
    padding: 30px 20px;
  }

  .guard_view .list li .txt .ico1 {
    width: 40px;
    height: 40px;
  }

  .guard_view .list li .txt h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .guard_view .list li .txt h5 {
    font-size: 16px;
    margin-top: 15px;
  }

  .guard_view .list li .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .store .store-swiper {
    margin-top: 30px;
  }

  .store .store-swiper .swiper-slide .pic {
    padding-bottom: 45%;
  }

  .contact .form li:not(:nth-child(n+4)) input {
    width: 74%;
    height: 40px;
    padding: 0 8px;
    font-size: 14px;
  }

  .contact .form li label {
    font-size: 14px;
    white-space: initial;
  }

  .contact .form {
    margin-top: 20px;
  }

  .contact .form li {
    margin-bottom: 20px;
  }

  .contact .form li .sub {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }

  .contact .form li #radio1 {
    margin-right: 20px;
  }

  .contact .form li:last-child {
    margin-bottom: 40px;
  }

  .naver3 {
    display: none;
  }

  .product-series_view {
    padding-top: 40px;
  }

  .product-series_view .list li .tit h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .product-series_view .list li .tit p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .product-series_view .list li .more a {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 220px;
    height: 40px;
    font-size: 14px;
  }

  .store {
    display: none;
  }

  .contact {
    display: none;
  }

  .hall .wrap .txt {
    width: 100%;
    text-align: center;
  }

  .hall .wrap .pic {
    width: 100%;
    height: 220px;
    order: 1;
  }

  .hall .wrap .txt h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 5px;
    letter-spacing: 0;
  }
  .hall .wrap .txt h3::after {
    height: 8px;
    bottom: 1px;
  }

  .hall .wrap .txt h5 {
    font-size: 20px;
    margin-top: 10px;
    padding: 0 10px;
  }

  .hall .wrap .txt h6 {
    font-size: 14px;
    margin-top: 20px;
    padding: 0;
  }

  .hall .wrap .txt p {
    margin-left: 0;
    font-size: 14px;
    line-height: 28px;
    color: #898989;
    margin-top: 10px;
  }

  .hall .wrap .txt span {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
  }

  .hall .wrap .pic {
    margin-top: 20px;
  }

  .hall {
    padding-bottom: 20px;
  }

  .case_view .list li {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .case_view .list {
    margin-bottom: -40px;
  }

  .case_view .list .txt h3 {
    font-size: 14px;
  }

  .case_view .list .txt:hover {
    height: 80px;
    bottom: 0px;
  }

  .case_view .list .txt i {
    width: 25px;
    height: 25px;
  }

  .case_view .list .txt:hover h3 {
    margin-bottom: 10px;
    color: #fff;
  }

  .case_view {
    padding-top: 40px;
  }

  .case_view .list .txt {
    height: 60px;
    bottom: 10px;
    left: 30px;
    right: 30px;
  }

  .why {
    padding: 40px 0;
  }

  .why .tit img {
    width: 20px;
  }

  .why .tit h3 {
    font-size: 18px;
    margin-top: 25px;
  }

  .why .tit h5 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }

  .guard .top .tit {
    width: 100%;
    padding-left: 50px;
    background: url(../img/guard-ico01.png) no-repeat left top;
    background-size: 30px;
  }

  .guard {
    padding: 40px 0;
  }

  .guard .top .tit h3 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
  }

  .guard .top .tit h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .guard .top p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
  }

  .guard .guard-swiper {
    padding-top: 50px;
  }

  .guard .guard-swiper .box-button {
    width: 115px;
    height: 40px;
    left: initial;
    right: 1px;
  }

  .guard .guard-swiper .swiper-slide .pic .txt h2 {
    font-size: 72px;
  }

  .guard .guard-swiper .swiper-slide .pic .txt h3 {
    font-size: 14px;
    margin-top: 30px;
  }

  .guard .guard-swiper .swiper-slide .pic .txt span {
    display: inline-block;
  }

  .guard .guard-swiper .swiper-slide .pic .txt {
    padding: 30px;
  }

  .guard .guard-swiper .swiper-slide {
    height: 440px;
  }

  .brand .list {
    margin-bottom: -10px;
  }

  .brand .list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .brand .list li:nth-child(2n) {
    margin-right: 0;
  }
  .brand .list li:last-child {
    width: 100%;
  }
  .brand .list li:last-child .pic {
    padding-bottom: 50%;
  }

  .brand .list li .pic .txt h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .brand {
    padding: 40px 0;
  }

  .brand .tit h3 {
    font-size: 16px;
  }

  .brand .tit h5 {
    font-size: 22px;
    margin-top: 15px;
  }

  .brand .list {
    margin-top: 30px;
  }

  .c-box-wrap .c-left .c-time-box {
    margin: 0;
  }

  .c-box-wrap .c-left .c-text-box {
    margin-bottom: 20px;
    padding: 20px 0;
    margin-top: 20px;
  }

  .c-box-wrap .c-left .c-link-box {
    flex-wrap: wrap;
  }

  .c-box-wrap .c-left .c-link-box .c-lt {
    width: 100%;
    flex-grow: initial;
  }

  .c-box-wrap .c-left .c-link-box .c-gt {
    width: 100%;
    text-align: right;
    margin-top: 20px;
  }

  .c-box-wrap .c-left .c-link-box .c-lt a {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
  }

  .c-box-wrap .c-left .c-link-box .c-lt a span {
    width: 80px;
    height: 30px;
    margin-right: 10px;
  }

  .c-box-wrap .c-left .c-link-box .c-gt a {
    padding: 10px 20px 10px 35px;
    background-position: left 10px center;
  }

  .c-box-wrap .c-right {
    padding-top: 20px;
  }

  .c-box-wrap .c-right .c-title {
    margin-bottom: 30px;
  }

  .c-box-wrap .c-right .c-title {
    font-size: 20px;
  }

  .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-title2 {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }

  .c-box-wrap .c-right .c-list li {
    padding-bottom: 20px;
  }

  .serve_view .tit {
    font-size: 22px;
  }

  .serve_view .item {
    padding-top: 40px;
  }

  .serve_view .item .list {
    margin-top: 30px;
    margin-bottom: -20px;
  }

  .serve_view .item .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .serve_view .item .list li .pic {
    padding-bottom: 80%;
  }

  .serve_view .item .list li .pic .txt h3 {
    font-size: 20px;
  }

  .serve_view .item .list li .pic .txt i {
    margin-top: 30px;
    margin-bottom: 15px;
    height: 1px;
    opacity: 1;
    visibility: visible;
  }

  .serve_view .item .list li .pic .txt p {
    line-height: 22px;
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  .serve_view .item .list li .pic .txt {
    padding: 0 20px;
  }

  .serve_view .after {
    padding-top: 40px;
  }

  .serve_view .after .list {
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .serve_view .after .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .serve_view .after .list li .txt {
    width: 50%;
    padding: 0 10px;
  }

  .serve_view .after .list li .pic {
    height: 150px;
  }

  .serve_view .after .list li .txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .serve_view .after .list li .txt p {
    font-size: 12px;
    line-height: 20px;
  }

  .serve_view .year {
    padding-top: 40px;
  }

  .serve_view .year .year-swiper {
    margin-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .serve_view .year .year-swiper .swiper-pagination {
    bottom: 10px;
  }

  .serve_view .year .year-swiper .swiper-slide .pic .time {
    width: 80px;
    height: 80px;
    padding: 0 15px;
  }

  .serve_view .year .year-swiper .swiper-slide .pic .time h3 {
    font-size: 14px;
    padding-top: 10px;
  }

  .serve_view .year .year-swiper .swiper-slide .pic .time span {
    font-size: 18px;
  }

  .serve_view .praise {
    padding-top: 40px;
  }

  .serve_view .praise .praise-swiper {
    margin-top: 30px;
  }

  .serve_view .praise .praise-swiper .swiper-slide .pic {
    width: 100%;
    height: 200px;
  }

  .serve_view .praise .praise-swiper .swiper-slide .txt {
    width: 100%;
    padding: 0 20px;
  }

  .serve_view .praise .praise-swiper .swiper-slide::after {
    display: none;
  }

  .serve_view .praise .praise-swiper .swiper-slide .txt h3 {
    font-size: 16px;
    margin-top: 30px;
  }

  .serve_view .praise .praise-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    height: 120px;
    margin-bottom: 50px;
    -webkit-line-clamp: 6;
  }

  .serve_view .praise .praise-swiper .box-button {
    width: 110px;
    height: 35px;
    top: initial;
    bottom: 20px;
    margin-left: 0;
    left: initial;
    right: 20px;
  }

  .serve_view .always {
    padding-top: 40px;
  }

  .serve_view .always .list {
    padding-top: 30px;
    margin-bottom: -15px;
  }

  .serve_view .always .list li {
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
  }

  .serve_view .always .list li .txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .serve_view .always .list li .txt p {
    font-size: 12px;
  }

  .serve_view .always .list li .txt img {
    width: 35px;
    height: 35px;
  }

  .serve_view .always .con {
    margin-top: 20px;
    margin-bottom: 40px;
    height: 400px;
  }

  .serve_view .always .con .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
  }
  .serve_view .always .con .txt .ico {
    width: 70px;
  }

  .serve_view .always .con .txt h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
  }

  .serve_view .always .con .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }

  .video_window .main {
    width: 96%;
  }

  .video_window .main video {
    border: 10px solid #fff;
  }

  .video_window .main {
    height: 320px;
  }

  .video_view .row-new1 &gt; ul li a .txt h3 {
    font-size: 12px;
  }

  .com-tit1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .com-tit1 h5 {
    font-size: 22px;
  }

  .join {
    height: 620px;
    background-position: top -40px center;
    background-size: auto 500px;
    background-color: #022568;
    padding-bottom: 200px;
  }

  .join .tit h3 {
    font-size: 18px;
  }

  .join .tit h5 {
    font-size: 22px;
    margin-top: 10px;
  }

  .join .tit {
    width: 210px;
  }

  .join .tit p {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .join .tit a {
    font-size: 14px;
    padding: 10px 45px 10px 20px;
    border-radius: 34px;
    background-position: right 15px center;
  }

  .join .list li {
    margin: 5px;
    width: 75px;
    height: 75px;
    font-size: 14px;
  }

  .join .list {
    padding: 15px;
  }

  .case .case-swiper {
    margin-top: 20px;
    padding-bottom: 60px;
    width: 90%;
  }

  .case .case-swiper .pic {
    height: 0;
    padding-bottom: 60%;
  }

  .case .case-swiper h3 {
    margin-top: 15px;
  }

  .case .case-swiper h5 {
    font-size: 14px;
    margin-top: 15px;
  }

  .case .case-swiper .swiper-scrollbar {
    bottom: 30px;
    height: 2px;
  }

  .case .more {
    width: 130px;
    height: 40px;
    font-size: 14px;
    border-radius: 40px;
  }

  .case {
    padding: 40px 0;
  }

  .footer .nav {
    display: none;
  }

  .footer .logo_box {
    width: 100%;
    display: none;
  }
.weixi {
     display: none;
}
  .footer {
    padding-top: 40px;
  }

  .footer .logo_box .txt {
    margin-top: 30px;
  }

  .footer .logo_box .logo {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer .logo_box .logo img {
    width: 150px;
  }

  .footer .logo_box .txt h3 span {
    font-size: 22px;
  }

  .footer .logo_box .txt h3 {
    font-size: 14px;
    line-height: 30px;
    padding-left: 30px;
    text-indent: -30px;
  }
  .footer .logo_box .txt h3:nth-of-type(2) {
    margin-top: 10px;
  }

  .footer .logo_box .txt p {
    font-size: 14px;
    line-height: 30px;
    padding-left: 30px;
    text-indent: -30px;
    margin-bottom: 0;
  }

  .footer .logo_box .txt h3 img {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }

  .footer .logo_box .txt p img {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }

  .footer .logo_box .txt .code {
    margin-top: 20px;
    justify-content: center;
  }

  .footer .logo_box .txt .code li img {
    width: 80px;
    height: 80px;
  }

  .footer .logo_box .txt .code li h3 {
    font-size: 12px;
    margin-top: 12px;
  }

  .footer .copy {
    margin-top: 10px;
    padding: 15px 0;
    justify-content: center;
  }

  .footer {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px;
  }

  .product-info_view .add {
    display: none;
  }

  .product-info_view .above .img-box {
    width: 100%;
  }

  .product-info_view .above .txt {
    width: 100%;
    margin-top: 20px;
    padding: 20px 15px;
  }

  .product-info_view .above .txt h1 {
    font-size: 18px;
  }

  .product-info_view .above .txt h4 {
    padding: 5px 0 15px;
    font-size: 14px;
  }

  .product-info_view .above .txt p {
    margin: 15px 0;
    line-height: 25px;
  }

  .product-info_view .above .txt h6 {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
    font-size: 16px;
  }

  .product-info_view .above .txt ul {
    margin-top: 20px;
  }

  .product-info_view .above .txt ul li {
    margin-right: 20px;
  }

  .product-info_view .above .txt ul li img {
    width: 60px;
    height: 60px;
  }

  .product-info_view .above .txt ul li span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-info_view .above .img-box .img-swiper .pic {
    height: 200px;
    padding-bottom: 66%;
  }

  .product-info_view .above .img-box .img-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 10px;
    right: 10px;
  }

  .product-info_view .above .img-box .img-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 10px;
    left: 10px;
  }

  .product-info_view .above .img-box .tabs-box {
    margin-top: 15px;
    padding: 0 50px;
  }

  .product-info_view .above .img-box .tabs-box .swiper-button-prev {
    width: 40px;
    height: 100%;
  }

  .product-info_view .above .img-box .tabs-box .swiper-button-next {
    width: 40px;
    height: 100%;
  }

  .product-info_view .scene {
    padding-top: 40px;
  }

  .product-info_view .above {
    padding-bottom: 40px;
  }

  .product-info_view .tit1 h3 span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .product-info_view .tit1 h3 {
    font-size: 16px;
  }

  .product-info_view {
    padding-top: 40px;
  }

  .product-info_view .scene .scene-swiper {
    margin-top: 25px;
    padding-bottom: 60px;
  }

  .product-info_view .scene .scene-swiper .swiper-pagination {
    bottom: 20px;
  }

  .product-info_view .other .tit {
    border-bottom: 1px solid #a8a8a8;
  }
  .product-info_view .other .tit h3 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4222b;
  }

  .product-info_view .other .other-swiper {
    margin-top: 25px;
    padding-bottom: 60px;
  }

  .product-info_view .other .other-swiper .swiper-pagination {
    bottom: 20px;
    display: block;
  }

  .product-info_view .other .other-swiper .swiper-slide .txt {
    padding: 20px 40px 30px 15px;
    background-position: right 15px top 22px;
    background-size: 20px auto;
  }
  .product-info_view .other .other-swiper .swiper-slide h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-tabs {
    display: none;
  }

  .custom_view .order {
    padding: 40px 0;
  }

  .custom_view .order .tit {
    width: 100%;
    text-align: center;
  }

  .custom_view .order form {
    width: 100%;
    margin-top: 20px;
  }

  .custom_view .order .tit h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .custom_view .order .tit h5 {
    font-size: 18px;
  }

  .custom_view .order .tit h5 span {
    font-size: 30px;
    line-height: 1.5;
  }

  .custom_view .order form .ind {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .custom_view .order form div:nth-child(1) .ind {
    width: 100%;
  }

  .custom_view .order form .sub {
    height: 40px;
    font-size: 14px;
  }

  .custom_view .serve-part3 .con {
    width: 80%;
    padding: 40px;
  }
  .custom_view .serve-part3 {
    padding: 80px 0;
  }
  .custom_view .serve-part3 .con {
    width: 90%;
    padding: 30px 15px;
  }
  .custom_view .serve-part3 .con .tit {
    margin-bottom: 20px;
  }
  .custom_view .serve-part3 .con .tit img {
    width: 40px;
    margin-bottom: 15px;
  }
  .custom_view .serve-part3 .con .tit p {
    font-size: 20px;
    line-height: 30px;
  }
  .custom_view .serve-part3 .con .des {
    width: auto;
    font-size: 12px;
    line-height: 20px;
  }
  .custom_view .serve-part3 .con .form {
    margin-bottom: 20px;
  }
  .custom_view .serve-part3 .con .form .inp {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .custom_view .serve-part3 .con .form .sub {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 10px;
  }

  .custom_view .process .tit {
    font-size: 16px;
  }

  .custom_view .process .tit span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .custom_view .process {
    padding: 40px 0;
  }

  .custom_view .process .list {
    margin-top: 30px;
    margin-bottom: -20px;
  }

  .custom_view .process .list li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .custom_view .process .list li img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .custom_view .process .list {
    align-items: flex-start;
    justify-content: center;
  }

  .custom_view .process .list li h3 {
    font-size: 14px;
  }

  .custom_view .process .list li p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    white-space: initial;
  }

  .custom_view .after {
    padding: 40px 0;
  }

  .custom_view .after .txt .tit {
    font-size: 16px;
  }

  .custom_view .after .txt .tit span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .custom_view .after .txt .con {
    font-size: 14px;
    line-height: 30px;
    margin-top: 40px;
  }

  .custom_view .pursue {
    padding: 40px 0;
  }

  .custom_view .pursue .wrap .pic {
    width: 100%;
  }

  .custom_view .pursue .wrap .txt {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }

  .custom_view .pursue .wrap .txt h4 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  .custom_view .pursue .wrap .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }

  .join_view .power .tit h3 span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .join_view .power .tit h3 {
    font-size: 16px;
  }

  .join_view .power .tit p {
    font-size: 14px;
    margin-top: 15px;
  }

  .join_view .power .power-swiper {
    margin: 0 15px;
    margin-top: 25px;
    padding-bottom: 60px;
  }

  .join_view .power .power-swiper .swiper-slide .pic {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
  }

  .join_view .power .power-swiper .swiper-slide .txt {
    width: 100%;
    height: 280px;
    padding: 20px 15px;
  }

  .join_view .power .power-swiper .swiper-slide {
    height: auto;
  }

  .join_view .power .power-swiper .swiper-slide .txt h3 {
    font-size: 20px;
  }

  .join_view .power .power-swiper .swiper-slide .txt h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .join_view .power .power-swiper .swiper-slide .txt p {
    margin-top: 15px;
  }

  .join_view .power .power-swiper .swiper-pagination {
    bottom: 25px;
  }

  .join_view .power .power-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-top: 0;
    top: initial;
    bottom: 70px;
    border-radius: 40px;
    margin-left: -50px;
  }

  .join_view .power .power-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-top: 0;
    top: initial;
    bottom: 70px;
    border-radius: 40px;
    margin-left: 10px;
  }

  .join_view .power .power-swiper .swiper-slide .txt .ico {
    width: 70px;
    height: 70px;
    top: 15px;
    right: 15px;
  }

  .join_view .sea {
    padding: 40px 0 0;
  }

  .join_view .sea .tit h3 {
    font-size: 20px;
  }

  .join_view .sea .tit p {
    font-size: 14px;
    line-height: 25px;
    white-space: initial;
    margin-top: 10px;
  }

  .join_view .sea .sea-swiper {
    margin-top: 25px;
    padding-bottom: 60px;
  }

  .join_view .sea .sea-swiper .swiper-pagination {
    bottom: 25px;
  }

  .join_view .publicity {
    padding: 40px 0;
  }

  .join_view .publicity .tit h3 {
    font-size: 20px;
  }

  .join_view .publicity .tit p {
    font-size: 14px;
    line-height: 25px;
    white-space: initial;
    margin-top: 10px;
  }

  .join_view .publicity .list img {
    display: block;
    width: 20%;
    height: 40px;
    margin-right: 6.66%;
    margin-bottom: 20px;
  }

  .join_view .publicity .list img:nth-child(5n) {
    margin-right: 6.66%;
  }

  .join_view .publicity .list img:nth-child(4n) {
    margin-right: 0;
  }

  .join_view .publicity .list {
    margin-top: 30px;
    margin-bottom: -20px;
  }

  .join_view .support {
    padding: 40px 0;
  }

  .join_view .support .tit span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .join_view .support .tit {
    font-size: 16px;
  }

  .join_view .support .list {
    margin-top: 25px;
    margin-bottom: -10px;
  }

  .join_view .support .list li {
    width: 49%;
    height: 230px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .join_view .support .list li h3 {
    font-size: 100px;
  }

  .join_view .support .list li h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .join_view .support .list li p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    white-space: initial;
  }

  .join_view .hot {
    padding: 40px 0 0;
  }

  .join_view .hot .tit span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .join_view .hot .tit {
    font-size: 16px;
  }

  .join_view .hot .hot-swiper {
    margin-top: 25px;
    padding-bottom: 90px;
  }

  .join_view .hot .hot-swiper .swiper-button-prev {
    width: 60px;
    height: 35px;
    bottom: 20px;
    margin-left: -65px;
  }

  .join_view .hot .hot-swiper .swiper-button-next {
    width: 60px;
    height: 35px;
    bottom: 20px;
    margin-left: 5px;
  }

  .join_view .process {
    padding: 40px 0;
  }

  .join_view .process .tit span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .join_view .process .tit {
    font-size: 16px;
  }

  .join_view .process .j5-list-item .j5-p1 {
    font-size: 12px;
    line-height: 1;
  }
  .join_view .process .j5-list-item .j5-p2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .join_view .process .j5-list-item div {
    width: 35px;
    height: 35px;
  }
  .join_view .process .j5-list-item div img {
    width: 15px;
    margin: 10px auto;
  }
  .join_view .process .pos1 {
    left: 0;
    top: -40%;
  }
  .join_view .process .pos2 {
    left: 13%;
    top: 70%;
  }
  .join_view .process .pos3 {
    left: 30%;
    top: -58%;
  }
  .join_view .process .pos4 {
    left: 45%;
    top: 48%;
  }
  .join_view .process .pos5 {
    left: 55%;
    top: -97%;
  }
  .join_view .process .pos6 {
    left: 72%;
    top: 17%;
  }
  .join_view .process .pos7 {
    left: 85%;
    top: -100%;
  }

  .join_view .process .j5-list {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .join_view .us {
    padding: 20px 15px;
  }

  .join_view .us .box {
    padding: 20px 15px;
  }

  .join_view .us .box .tit h3 span {
    font-size: 20px;
    margin-right: 7px;
  }

  .join_view .us .box .tit h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .join_view .us .box .tit p {
    line-height: 1.4;
  }

  .join_view .us .box .tit {
    padding-bottom: 20px;
  }

  .join_view .us .box .con {
    padding-top: 30px;
  }

  .join_view .us .box .con .txt {
    width: 100%;
  }

  .join_view .us .box .con form {
    width: 100%;
  }

  .join_view .us .box .con .txt p {
    font-size: 14px;
  }

  .join_view .us .box .con .txt h4 {
    font-size: 20px;
    margin-top: 12px;
  }

  .join_view .us .box .con .txt h6 {
    margin-top: 25px;
    padding-left: 40px;
    font-size: 14px;
    background-size: 30px;
  }

  .join_view .us .box .con .txt h6 span {
    font-size: 22px;
  }

  .join_view .us .box .con form {
    margin-top: 30px;
  }

  .join_view .us .box .con form .ind {
    height: 40px;
    padding: 0 9px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .join_view .us .box .con form .sub {
    width: 140px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
  }

  .pro .swiper-container {
    height: auto;
  }

  .pro .swiper-container {
    margin-top: 20px;
  }

  .pro .swiper-container a div p {
    font-weight: normal;
    font-size: 22px;
  }

  .pro .swiper-container a div i {
    width: 70px;
    height: 70px;
    line-height: 62px;
  }

  .pro .swiper-container a figure {
    height: 420px;
  }

  .pro .swiper-container a:hover figure {
    height: 420px;
  }

  .pro .swiper-container .swiper-pagination {
    display: block;
  }
  .pro .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e4222b;
  }

  .pro {
    padding-top: 40px;
  }

  .indexTitle h4 {
    font-size: 24px;
  }

  .indexTitle p {
    font-size: 14px;
    padding: 20px;
  }

  .product .tabs {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    text-align: center;
  }

  .product .tabs a.on::before, .product .tabs a:hover::before {
    width: 0;
  }

  .product .tabs a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .product .tabs a.on, .product .tabs a:hover {
    padding-left: 0;
    font-size: 14px;
  }

  .product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product .indexTitle {
    margin-bottom: 0;
  }

  .product .tabs a:last-child {
    margin-top: 0;
    font-size: 14px;
  }

  .product .product-swiper .pic {
    height: 220px;
  }

  .product .product-swiper {
    width: 95%;
  }

  .product .txt-swiper {
    width: 95%;
    position: relative;
    top: initial;
    left: initial;
  }

  .product .txt-swiper .swiper-slide {
    padding: 15px;
    height: 200px;
  }

  .product .txt-swiper .swiper-slide h3 {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }

  .product .txt-swiper .swiper-slide p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    height: 75px;
  }

  .product .txt-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    right: 30px;
    background-size: 10px;
    border-right: 1px solid #fff;
  }

  .product .txt-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 10px;
    right: 0;
  }

  .about {
    padding: 40px 15px;
  }

  .about .indexTitle {
    width: 100%;
    align-items: center;
    order: 1;
  }

  .about .indexTitle a {
    /* display: none; */
    margin-bottom: 0px;
  }

  .about .item {
    width: 100%;
    position: initial;
    order: 3;
    margin-top: 20px;
  }

  .about .indexTitle p {
    margin-bottom: 30px;
  }

  .about .item .logo {
    height: 60px;
  }
  .about .item .logo img {
    height: 30px;
  }

  .about .item ul {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .about .item ul li {
    width: 100%;
    padding: 15px 0;
    padding-left: 25px;
  }
  .about .item ul li:last-child {
    width: 100%;
  }

  .about .item ul li h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .about .item ul li h5 {
    font-size: 12px;
  }

  .about .txt {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    order: 2;
  }

  .about .txt h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .about .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 16px;
  }

  .about .txt a {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .news {
    padding: 40px 0;
  }

  .news .tabs {
    margin-top: 25px;
    font-size: 14px;
  }

  .news .news-swiper .swiper-slide .pic {
    width: 100%;
    height: 180px;
  }

  .news .news-swiper .swiper-slide .txt {
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
  }

  .news .news-swiper .swiper-slide .txt .time span {
    font-size: 20px;
  }

  .news .news-swiper .swiper-slide .txt .time {
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
  }

  .news .news-swiper .swiper-slide .txt h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .news .news-swiper .swiper-slide .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    height: 40px;
  }

  .news .news-swiper .swiper-pagination {
    width: 100%;
    bottom: 15px;
  }

  .news .news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: #999;
  }
  .news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e4222b;
  }

  .news .news-swiper .swiper-button-next {
    top: 190px;
    right: 15px;
  }

  .news .news-swiper .swiper-button-prev {
    top: 190px;
    right: 40px;
  }

  .news .list {
    display: none;
  }
  .product-serie_view {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .product-serie_view .item .tit {
    padding-top: 40px;
    border-bottom: 1px solid #a8a8a8;
  }

  .product-serie_view .item .tit h3 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4222b;
  }

  .product-serie_view .item .tit a {
    font-size: 12px;
    line-height: 20px;
    padding-right: 25px;
    background-size: 20px;
    background-position: right top;
  }

  .product-serie_view .item .list {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .product-serie_view .item .list li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .product-serie_view .item .list li:nth-child(3n) {
    margin-right: 2%;
  }

  .product-serie_view .item .list li:nth-child(2n) {
    margin-right: 0;
  }

  .product-serie_view .item .list li .pic h3 {
    font-size: 18px;
    top: 15px;
    left: 15px;
  }

  .product-serie_view .item .list li .pic:hover h5 {
    display: none;
  }

  .product-serie_view .item .list li .pic i {
    width: 30px;
    height: 30px;
    top: 46%;
  }

  .product-serie_view .item .list li h3 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .product-serie_view .more {
    padding: 20px 0 40px;
  }

  .product-serie_view .more a {
    height: 40px;
    font-size: 14px;
  }

  .m-pages {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .page-t1 {
    padding-right: 0;
  }

  .m-pages li {
    display: none;
  }

  .m-pages li.fengye {
    display: block;
  }

  .m-pages li {
    font-size: 14px;
    line-height: 33px;
  }

  .m-pages li a {
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 14px;
  }

  .m-pages select {
    width: 55px;
    height: 40px;
    line-height: 39px;
    font-size: 14px;
  }

  .m-pages select {
    font-size: 14px;
  }

  .product_view .tit {
    padding-top: 40px;
    border-bottom: 1px solid #a8a8a8;
  }

  .product_view .tit h3 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4222b;
  }

  .product_view .tit a {
    font-size: 12px;
    line-height: 20px;
    padding-right: 25px;
    background-size: 20px;
    background-position: right top;
  }

  .product_view .list {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .product_view .list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .product_view .list li:nth-child(3n) {
    margin-right: 2%;
  }

  .product_view .list li:nth-child(2n) {
    margin-right: 0;
  }

  .product_view .list li .pic h3 {
    font-size: 18px;
    top: 15px;
    left: 15px;
  }

  .product_view .list li .pic:hover h5 {
    display: none;
  }

  .product_view .item .list li h3 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 10px;
  }


  .product_view .list li .pic i {
    width: 30px;
    height: 30px;
    top: 46%;
  }

  .news_view .list {
    margin-bottom: -15px;
  }

  .news_view .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .news_view .list li a .txt {
    padding: 15px;
  }

  .news_view .list li a .pic::after {
    background-size: 150px;
  }

  .news_view .list li a .txt h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .news_view .list li a .txt p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 10px;
  }

  .news_view .list li a .txt hr {
    margin-bottom: 15px;
  }

  .news_view .list li a .txt .time {
    font-size: 14px;
    padding-right: 25px;
    background-position: right 4px center;
  }

  .news-info_view {
    margin-top: 20px;
  }

  .news-info_view .con {
    padding: 15px;
  }

  .news-info_view .con .tit h1 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .news-info_view .con .tit h3 {
    margin-bottom: 15px;
  }

  .news-info_view .con .edit {
    padding-top: 20px;
  }

  .news-info_view .con .link a {
    font-size: 14px;
    line-height: 1.5;
  }

  .news-info_view .con .link a {
    width: 33%;
    padding: 20px 0 18px;
    border-bottom-width: 4px;
  }

  .news-info_view .con {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .news-info_view .more {
    height: 180px;
    margin-bottom: 20px;
  }

  .news-info_view .more h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .news-info_view .more h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .news-info_view .more a {
    font-size: 14px;
    padding: 12px 25px;
  }

  .contact_view {
    padding-top: 40px;
  }

  .contact_view .address li .map {
    width: 100%;
    height: 220px;
    order: 1;
  }

  .contact_view .address li .txt {
    width: 100%;
    padding: 20px 15px;
  }

  .contact_view .address li .txt h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .contact_view .address li .txt h5 {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .contact_view .address li .txt p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .contact_view .address li {
    margin-bottom: 20px;
  }

  .contact_view .address {
    margin-bottom: -20px;
  }

  .contact_view .online2 h3 {
    font-size: 22px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .contact_view .online2 ul {
    margin-bottom: -10px;
  }

  .contact_view .online2 ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact_view .online2 ul li input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }

  .contact_view .online2 ul li textarea {
    padding: 15px;
    font-size: 14px;
    height: 140px;
  }

  .contact_view .online2 .sub {
    width: 150px;
    height: 40px;
    font-size: 16px;
    margin: 20px auto;
  }

  .service_view .row-join01 {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .service_view .row-join01 .g-title03 h3 {
    font-size: 22px;
  }

  .service_view .row-join01 .g-title03 {
    margin-bottom: 25px;
  }

  .service_view .promise {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service_view .promise .list li:hover {
    width: 49%;
  }

  .service_view .promise .list {
    margin-bottom: -10px;
  }

  .service_view .promise .list li {
    width: 49%;
    margin-right: 2%;
    padding: 15px 10px;
    margin-bottom: 10px;
    height: 170px;
  }
  .service_view .promise .list li:nth-child(2n) {
    margin-right: 0;
  }

  .service_view .promise .list li p {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    opacity: 1;
    visibility: visible;
    color: #666;
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }

  .service_view .promise .list li i {
    display: none;
  }

  .service_view .promise .list {
    margin-top: 40px;
  }

  .service_view .promise .tit h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .service_view .promise .tit p {
    line-height: 22px;
  }

  .service_view .promise .list li:hover p {
    color: #fff;
    height: 60px;
  }

  .service_view .online2 h3 {
    font-size: 22px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .service_view .online2 ul {
    margin-bottom: -10px;
  }

  .service_view .online2 ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .service_view .online2 ul li input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }

  .service_view .online2 ul li textarea {
    padding: 15px;
    font-size: 14px;
    height: 140px;
  }

  .service_view .online2 .sub {
    width: 150px;
    height: 40px;
    font-size: 16px;
    margin: 20px auto;
  }

  .about_view .intro {
    padding: 40px 0;
  }

  .about_view .intro .pic h2 {
    padding-top: 40px;
  }
  .about_view .intro .pic h2 img {
    margin-right: 0;
  }
  .about_view .intro .pic h2 span {
    display: block;
    font-size: 20px;
    margin-top: 20px;
  }

  .about_view .intro .pic .list {
    width: 80%;
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .about_view .intro .pic .list li .ico {
    width: 40px;
    height: 40px;
    margin-top: 25px;
  }

  .about_view .intro .pic .list li h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .about_view .intro .pic .list li h5 {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 15px;
  }

  .about_view .intro .txt {
    padding: 30px 15px 20px 15px;
    width: 100%;
  }

  .about_view .intro .txt h3 {
    font-size: 18px;
  }

  .about_view .intro .txt h5 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .about_view .intro .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }

  .about_view .culture {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .about_view .tit1 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .about_view .culture .list {
    margin-bottom: -15px;
  }

  .about_view .culture .list li {
    width: 48%;
    height: 240px;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .about_view .culture .list li .ico {
    width: 50px;
    height: 50px;
    margin-top: 40px;
  }

  .about_view .culture .list li h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .about_view .culture .list li i {
    width: 30px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .about_view .culture .list li h5 {
    font-size: 12px;
    line-height: 20px;
    color: #d1d1d1;
    text-align: center;
  }

  .about_view .honor {
    padding-top: 40px;
  }

  .about_view .honor .box-swiper {
    padding: 0;
  }

  .about_view .honor .box-swiper .swiper-button-prev {
    display: none;
  }

  .about_view .honor .box-swiper .swiper-button-next {
    display: none;
  }

  .about_view .honor .honor-swiper {
    padding-bottom: 60px;
  }

  .about_view .honor .honor-swiper .swiper-pagination {
    bottom: 20px;
    display: block;
  }

  .about_view .history {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about_view .history .history-swiper .swiper-slide .pic {
    width: 100%;
    height: 220px;
  }

  .about_view .history .history-swiper {
    margin-top: 0px;
  }

  .about_view .history .tabs-swiper .swiper-slide span {
    font-size: 14px;
  }

  .about_view .history .tabs-swiper .swiper-slide {
    height: 65px;
    padding-bottom: 30px;
  }

  .about_view .history .history-swiper .swiper-slide .txt {
    width: 100%;
    padding: 30px 15px;
  }

  .about_view .history .history-swiper .swiper-slide .txt h3 {
    font-size: 14px;
  }

  .about_view .history .history-swiper .swiper-slide .txt h3 span {
    font-size: 22px;
  }

  .about_view .history .history-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }

  .about_view .history .history-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 52%;
    left: initial;
    margin-left: 0;
    right: 65px;
  }

  .about_view .history .history-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 52%;
    left: initial;
    margin-left: 0;
    right: 15px;
  }

  .navbar1 {
    padding: 30px 15px;
  }

  .navbar1 .tit span {
    display: none;
  }

  .navbar1 .tit .js-more {
    float: initial;
    display: block;
    text-align: center;
  }

  .navbar1 .nav ul {
    display: block;
    /* border-bottom: 1px solid #e2e2e2; */
    /* padding: 5px 20px; */
    background: #fff;
  }

  .navbar1 ul li {
    border-bottom: 1px solid #e2e2e2;
  }

  .navbar1 ul li:last-child {
    border-bottom: none;
  }

  .navbar1 ul li:last-child h4 {
    /* border-bottom:none */
  }

  .navbar1 ul li a {
    display: none;
  }

  .navbar1 .tit {
    padding: 0 20px;
    line-height: 44px;
    font-size: 14px;
  }

  .navbar1 .tit .js-more {
    padding-right: 0;
    font-size: 16px;
  }

  .navbar1 ul li h4 {
    position: initial;
    text-align: center;
    width: 100%;
    padding-right: 0;
    line-height: 45px;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    /* margin: 0 20px; */
  }

  .navbar1 ul li {
    position: relative;
    padding-left: 0;
  }

  .navbar1 ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    display: block;
    margin: 0;
    text-align: center;
  }

  .navbar1 .nav {
    background: initial;
  }

  .navbar1 .nav {
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
  }

  .navbar1 ul li h4::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../img/qwy-i3.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    transition: all .3s;
  }

  .navbar1 ul li.active a {
    color: #7a7a7a;
  }

  .navbar1 ul li {
    height: auto;
    overflow: hidden;
    max-height: 46px;
  }

  .navbar1 ul li.active {
    max-height: initial;
  }

  .navbar1 .nav {
    border-bottom: none;
  }

  .navbar1 ul li.active h4::before {
    transform: rotate(180deg);
  }

  .contact .form form {
    flex-wrap: wrap;
  }

  .com-more1 {
    font-size: 12px;
    padding: 10px 30px 10px;
    border-radius: 30px;
  }

  .antique {
    height: 500px;
    background-size: cover;
  }

  .antique .txt {
    width: 100%;
    height: 185px;
    left: 0%;
    margin-left: 0;
    bottom: 0;
    padding: 0 20px;
  }

  .antique .txt h3 {
    font-size: 40px;
    margin-top: 10px;
  }

  .antique .txt hr {
    width: 35px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .antique .txt h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .antique .txt p {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
  }

  .marble .txt h3 {
    font-size: 40px;
    padding: 0 5px;
  }

  .marble .txt hr {
    width: 35px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .marble .txt h3::after {
    height: 8px;
    bottom: 6px;
  }

  .marble .txt h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .marble .txt p {
    font-size: 12px;
  }

  .com-more2 {
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }

  .marble .txt .com-more2 {
    position: initial;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }

  .marble {
    padding: 20px 0;
  }

  .marble .right .txt {
    margin-bottom: 17px;
  }

  .marble .right {
    width: 46%;
  }

  .marble .left {
    width: 46%;
  }

  .marble .left .pic {
    margin-bottom: 16px;
  }

  .online .main form figure {
    display: none;
  }

  .online .main form ul {
    width: 100%;
  }

  .online .main {
    padding: 15px;
  }

  .online .main .tit h3 {
    font-size: 20px;
  }

  .product-list_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-bottom: -10px;
  }

  .product-list_view .list li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  .product-list_view {
    padding-top: 0;
  }

  .product-list_view .list li .txt h3 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .product-list_view .list li .txt h5 {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .m-contxt1 .tit {
    margin-bottom: 0;
  }

  .m-contxt1 .share-ico {
    display: none;
  }

  .m-contxt1 {
    padding: 20px 10px;
  }

  .m-contxt1 .tit {
    font-size: 18px;
  }

  .m-contxt1 .box-info .info span {
    font-size: 14px;
  }

  .m-contxt1 .share-box {
    display: none;
  }

  .m-contxt1 .box-info {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .m-contxt1 .item {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .m-contxt1 .link .prev {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .m-contxt1 .link .next {
    font-size: 14px;
  }

  .m-contxt1 .link .back {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 20px;
  }

  .m-contxt1 .link {
    padding-right: 0;
    position: relative;
    padding-bottom: 30px;
  }

  .page-t1 {
    padding-right: 0;
  }

  .page-t1 a {
    font-size: 14px;
  }

  .page-t1 .blank {
    position: initial;
    margin-top: 5px;
    font-size: 12px;
    padding: 7px 18px;
  }

  .box-blank {
    margin-top: 10px;
    padding-top: 5px;
  }

  .box-blank .con {
    width: 100%;
    margin-top: 10px;
  }

  .box-blank div a {
    font-size: 14px;
  }

  .box-blank div a + a {
    margin-top: 5px;
  }

  .m-contxt1 .box-blank .blank {
    font-size: 14px;
  }

  .cases_view {
    padding-top: 20px;
  }

  .cases_view .list {
    margin-right: 0;
  }

  .cases_view .list li {
    width: 100%;
    margin-right: 0;
  }

  .cases_view .list li h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .com-banner1 {
    padding-bottom: 62%;
  }

  .case-info_view .adove .txt {
    width: 100%;
  }

  .case-info_view .adove .pic {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }

  .case-info_view .adove {
    padding: 20px 15px;
  }

  .case-info_view .content {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .case-info_view .adove .txt h3 {
    font-size: 18px;
    padding: 10px 0;
    padding-left: 40px;
    background: url(../img/case-ico-003.png) no-repeat left top;
    background-size: 30px 30px;
  }

  .case-info_view .adove .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .case-info_view .content .tit h4 {
    font-size: 18px;
  }

  .case-info_view .more .tit h4 {
    font-size: 18px;
  }

  .case-info_view .more {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-info_view .more .tit {
    margin-bottom: 35px;
  }

  .case-info_view .more .more-swiper .swiper-slide a {
    padding: 15px;
  }
  .case-info_view .more .more-swiper .swiper-slide h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .case-info_view .more .more-swiper .swiper-slide h5 {
    margin-top: 15px;
    font-size: 12px;
  }

  .page-t1 a em {
    margin-right: 5px;
  }

  .page-t1 a.next {
    padding-right: 20px;
  }

  .page-t1 a.next em {
    margin-right: 0;
  }

  .m-contxt1 .tit {
    margin-bottom: 10px;
  }

  .m-contxt1 .share-ico {
    display: none;
  }

  .project_view .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .project_view .list {
    margin-bottom: -20px;
  }

  .project_view .list .pic img {
    padding: 10px 30px 0;
  }

  .project_view .list .tit h3 {
    padding: 15px 0;
  }

  .care_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .care_view .list {
    margin-bottom: -15px;
  }

  .care_view .list .tit h3 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .duty_view .content .pic {
    width: 100%;
    height: 220px;
  }

  .duty_view .content .txt {
    width: 100%;
    margin-top: 20px;
  }

  .duty_view .content .txt h3 {
    font-size: 18px;
  }

  .duty_view .content .txt h5 {
    font-size: 16px;
    margin-top: 5px;
  }

  .duty_view .content .txt p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .duty_view .content {
    margin-bottom: 20px;
  }

  .com-tit2 h3 {
    font-size: 20px;
  }

  .com-tit2 h5 {
    font-size: 20px;
    margin-top: 8px;
  }

  .com-tit2 {
    padding-top: 20px;
  }
}
.product-column_view {
  padding: 70px;
}

.product-column_view ul {
  margin-bottom: -30px;
}

.product-column_view ul li {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
  margin-bottom: 30px;
}

.product-column_view ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.product-column_view ul li .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.product-column_view ul li h3 {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.product-column_view ul li h5 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 35px;
}

.product-column_view ul li h6 {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.product-column_view ul li h6::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #bc1b28;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}

.product-column_view ul li p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 75px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 25px;
  text-align: center;
}

.product-column_view ul li .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
}

.product-column_view ul li .links a {
  font-size: 16px;
  line-height: 1;
  color: #bc1b28;
  padding: 10px 20px;
  background-color: #fff;
  transition-duration: .3s;
  margin: 0 15px;
  border-radius: 40px;
  margin-bottom: 20px;
}

.product-column_view ul li .links a:hover {
  background-color: #bc1b28;
  color: #fff;
}

.product-column2_view {
  padding: 90px 0 85px;
}
.product-column2_view .txt {
  text-align: center;
}
.product-column2_view .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}
.product-column2_view .txt h5 {
  font-size: 28px;
  line-height: 1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
.product-column2_view .txt h6 {
  font-size: 18px;
  line-height: 35px;
  color: #333;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.product-column2_view .txt h6::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #bc1b28;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}
.product-column2_view .txt p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 60px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 25px;
  text-align: center;
}
.product-column2_view .list {
  margin: 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -35px;
}
.product-column2_view .list li {
  width: 30.5%;
  transition: all .3s;
  margin-bottom: 35px;
  background: #fff;
}
.product-column2_view .list::after {
  content: "";
  width: 30.5%;
}
.product-column2_view .list a {
  display: block;
  padding: 22px 27px;
  border: 1px solid #e5e5e5;
}
.product-column2_view .list a .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.product-column2_view .list a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.product-column2_view .list a h5 {
  font-size: 18px;
  line-height: 1;
  color: #525252;
  margin-top: 15px;
  text-align: center;
}
.product-column2_view .list a:hover {
  border-color: #bc1b28;
}

.product-column3_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -1.7%;
  margin-bottom: -30px;
}
.product-column3_view .list li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-bottom: 30px;
}
.product-column3_view .list li .pic {
  width: 100%;
  position: relative;
  padding: 50% 0;
  background-color: #f6f6f6;
}
.product-column3_view .list li .pic &gt; img {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  object-fit: contain;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}
.product-column3_view .list li .pic .img1 {
  opacity: 1;
  visibility: visible;
}
.product-column3_view .list li .pic .img2 {
  object-fit: cover;
}
.product-column3_view .list li .pic:hover .img2 {
  opacity: 1;
  visibility: visible;
}
.product-column3_view .list .txt h3 {
  font-size: 14px;
  line-height: 1;
  color: #525252;
  margin-top: 10px;
}
.product-column3_view .list .txt h3 span {
  color: #bc1b28;
  font-weight: bold;
  margin-right: 25px;
}
.product-column3_view .list .txt h5 {
  font-size: 14px;
  line-height: 1;
  color: #a1a1a1;
  margin-top: 15px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}






.back_box{
  width: 1400px;
  margin: 3% auto;

}
.back_box h1{
  color: #434144;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3%;
  text-transform:uppercase;
}
.back_box a{
  width: 120px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 2px solid #434144;
  transition: .4s all;
  color: #434144;
  font-size: 14px;
  font-weight: bold;
}
.back_box a:hover{
  border-color:#015077;
  color:#015077;
}





@media screen and (max-width: 1400px) {
  .back_box{width:100%;}
}
@media screen and (max-width: 520px) {
  .back_box a{width:100px;line-height:30px;height:34px;font-size:12px;}
  .back_box h1{font-size:16px;}
  
}

/*# sourceMappingURL=main.css.map111 */
.page-min-500{ min-height:500px;}
/** @section Pagination custom */
.pagination {
	font-size: 14px;
	line-height: 0;
	/* padding-bottom: 60px; */
	padding-top: 50px;
	display: flex;
	/* flex-wrap: nowrap; */
	justify-content: center;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}



.pagination li a {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	/* position: relative; */
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #666;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination li.active a,
.pagination li a:hover {
  background-color: #005bac;
  color: #fff;
  border-color: #005bac;
}

.bshare-custom{display: inline-flex;margin-bottom: 25px;}
 .bshare-custom .bdshare-button-style1-16  a{color: #000000;border: 1px solid #000000;border-radius: 40px;padding: 5px;margin: 0;height: 35px;width: 35px;text-align: center;display: inline-block;float: none;background: none;line-height: 20px;margin-right: 10px;font-size: 14px;}
section.crumbs {
    background-color: #f5f5f5;
}
/*首页关于*/
.about-subtitile {
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 15px;
    color: #333333;
}

@media screen and (max-width: 1440px) {
.about .txt {
  width: 45%;
  height: 515px;
  background-size: cover;
  background-color: #005bac;
  background-position: center;
}
.about .txt img{
  height: 515px;
}
}

@media screen and (max-width: 768px){
.about .txt {
    width: 100%;
    height: 250px;
    padding: 20px 15px;
    order: 2;
}}

/*====================================
# Popup Video CSS
====================================*/

.wrd-video-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    /* top: 48%; */
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wrd-video-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.wrd-video-button:after {
    z-index: 1;
    transition: all 200ms;
}

.wrd-video-button:before, .wrd-video-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #4c4948;
}

.wrd-video-button i {
    color: #fff;
    z-index: 2;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    left: 1px;
    top: 2px;
    font-size: 20px;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    opacity: 1;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    right: -36px;
    padding-right: 0;
    top: 0px;
}


@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


@media only screen and (max-width: 1024px) {
    .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
        right: 50%;
        margin-right: 10px;
        top: 0px;
    }
}
@media only screen and (max-width: 1440px) {
.wrd-video-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 74%; */
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    -ms-transform: translateX(-50%) translateY(-50%);
    /* transform: translateX(-50%) translateY(-50%); */
}}

.weixi p{
  color: #494949;
  font-size: 14px;
}

.weixi {
    padding-right: 80px;
    width: 20%;
    padding-bottom: 55px;
}

@media only screen and (max-width: 1440px) {
.weixi {
    padding-right: 10px;
    width: 20%;
}
.footer .logo_box {
    width: 20%;
    padding-bottom: 0px;
padding-top: 5px;
}
}

/*联系*/
.contact {
   display: flex;
}

.contact-txt {
    padding: 60px 80px 60px;
    background-color: #005bac;
    text-align: center;
    width: 25%;
}

.contact-txt p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.contact-txt a {  
    color: #fff;
    text-align: center;
}

.contact-map {
    padding: 0px 0px;
    width: 75%;
}

.contact-map h3 a{
   font-size: 20px;
   font-weight: 600;
   color: #494949;
}
.contact-map p{
   font-size: 16px;
   color: #494949;
}

@media only screen and (max-width: 1440px) {
.contact-txt {
    padding: 60px 50px 60px;
    background-color: #005bac;
    text-align: center;
    width: 25%;
}
.about .item ul li h3 {
    font-size: 24px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.about .item ul li h5 {
    font-size: 14px;
    line-height: 1.3;
    color: #c1c1c1;
}
}

@media (min-width: 768px) and (max-width: 991px){
.contact-txt {
    padding: 60px 0px 60px;
    background-color: #3dae6c;
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
.contact {
    display: block;
}
.contact-txt {
    padding: 60px 50px 60px;
    background-color: #005bac;
    text-align: center;
    width: 100%;
}
.contact-map {
    padding: 0px 0px;
    width: 100%;
}
}

.about-more {
    font-size: 14px;
    line-height: 30px;
    color: #3f3f3f;
    margin-top: 40px;
    white-space: pre-wrap;
}

/*关于*/
.data {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: stretch;
    border: 0.5px solid #fff;
    margin-top: 40px;
    background-color: #005bac;
    /* margin-bottom: 70px; */
}

.data li {
    width: 20%;
    border: 0.5px solid #fff;
    text-align: center;
    padding: 40px;
}

.data li:hover{
 background-image: url(../img/culture-bg003.jpg);
}

.ico{
    width: 65px;
    height: 55px;
    object-fit: scale-down;
    transition-duration: 0.5s;
}

.data li h3 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
}
.data li h5 {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    /* font-weight: bold; */
    margin-top: 10px;
    margin-bottom: 25px;
}

.ico:hover{
    transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
.data li {
    width: 100%;
    border: 0.5px solid #fff;
    text-align: center;
    padding: 40px;
}}

.society {
    width: 50%;
}

.society {
    width: 50%;
}

.wanshou
{
    width: 50%;
}

.president {
    width: 50%;
    height: auto;
}

.organization {
    width: 50%;
}

.techmax-pagination {width: 100%;}

.lmage h5{font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;}

.col-12.no-data {
    padding-bottom: 100px;
    font-size: 18px;
}

.Content.page-min-500 p{
    font-size: 16px;
    line-height: 2;
    color: #3f3f3f;
    white-space: pre-wrap;
}

.Content img{
     margin-top: 20px;
}



@media only screen and (max-width: 1440px) {
.society img{
    height: 524px;
}

  .wanshou img {
    height: 675px;
}
  .president img{
    height: 514px;
}
.product-info_view .above .img-box .img-swiper .pic {
  display: block;
  height: 381px;
  position: relative;
}
}

@media only screen and (max-width: 1024px) {
.president{
    width: 50%;
}
  .society {
    width: 50%;
}
.product .product-swiper .pic {
  height: 450px;
  position: relative;
}
.product .product-swiper .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
  .about .txt {
    width: 100%;
    height: 515px;
    background-size: cover;
    background-color: #005bac;
    margin-top: 80px;
    background-position: center;
}
  .about .indexTitle {
    width: 50%;
    margin-top: 80px;
    align-items: flex-start;
}
  .about .item {
    width: 400px;
    position: absolute;
    /* top: 16%; */
    left: 55%;
    z-index: 1;
}
}

@media only screen and (max-width: 767px) {
.society {
    width: 100%;
}

.society img{
    height:auto;
}

  .president{
    width: 100%;
}
  .president img{
    height: auto;
}

  .organization {
    width: 100%;
}
  .wanshou
{
    width: 100%;
}
    .wanshou img {
    height: auto;
}
.about_view .intro .txt-content {
    padding: 0px 15px 30px 15px;
    background-color: #fff;
    width: 100%;
}
  .about_view .intro .txt-content p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}
  .Content.page-min-500 {
       padding: 0px 15px 30px 15px;
}
  .product-info_view .above .img-box .img-swiper .pic {
    height: auto;
    padding-bottom: 66%;
}
  .about .indexTitle {
    width: 100%;
    align-items: center;
    order: 1;
}
   .about .item {
    width: 100%;
    position: initial;
    order: 3;
    margin-top: 20px;
}
  .product .product-swiper .pic {
    height: 220px;
}
  .about .txt {
    width: 100%;
    height: 250px;
    padding: 20px 15px;
    order: 2;
}
}


.product-introduction.padding-top-20 {
    margin: 50px 0px;

}
.product-introduction.padding-top-20 p{font-size: 22px;/* color: #fff; */padding-bottom: 20px;/* padding: 20px; *//* background-color: #005bac; */}

.product-content.padding-top-20 {
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 50px;
    /* margin-top: 30px; */
}

.product-content.padding-top-20 img{
    padding-bottom: 20px;
}

.product-details {
    margin-top: 30px;
    background-color: #005bac;
    font-size: 24px;
    padding: 20px;
    width: 100%;
    color: #fff;
}



ul.normal-sub-top {
    position: absolute;
    background: #fff;
    top: 56px;
    padding: 10px 0;
    display: none;
}

li.animated.navSlide-top a {
    line-height: 40px;
    text-align: left;
    display: block;
    font-size: 14px;
}
li.animated.navSlide-top a:after {
    content:none;


}
li.animated.navSlide-top a:hover {
    color:#005bac
}
ul.normal-sub-m {
  top: 56px;
  display: none;
  background: #005bac;
}

li.animated.navSlide-m a {
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    display: block;
}
li.animated.navSlide-m a:after {
    content:none;


}
li.animated.navSlide-m a:hover {
    color:#005bac
}
.m-nav ul span.fa {
    display: block;
    float: right;
    width: 20%;
    height: 39px;
    /* background: #005bac9e; */
    color: #fff;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    text-align: center;
    line-height: 40px;
}

@media (min-width: 992px){
.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
}}



ul.search-result {
    display: flex;
    flex-wrap: wrap;
}

.section.blog-section.section-padding {
    padding-bottom: 100px;
    padding-top: 100px;
}


.blog-img img{width: 100%;height: 400px;}

.blog-content {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}


@media only screen and (max-width: 1440px) {
.blog-img img {
    width: 100%;
    height: 280px;
}
.pro {
  width: 100%;
  padding-top: 130px;
  /* background-color: #ffffff; */
  background-size: auto;
}

}

.switch {
    color: #005bac;
}</pre></body></html>